resolve TODO about F94D quest opcode

This commit is contained in:
Martin Michelsen
2024-10-11 23:58:23 -07:00
parent b9fd52c6c1
commit 59124678bf
2 changed files with 15 additions and 3 deletions
+2 -3
View File
@@ -2548,9 +2548,8 @@ static const QuestScriptOpcodeDefinition opcode_defs[] = {
{0xF94C, "player_effect_nc", "particle3f_id", {{REG_SET_FIXED, 4}}, F_V3_V4},
// Returns 1 in regA if a file named PSO3_CHARACTER is present on either
// memory card. This opcode is only available on PSO Plus on GC.
// TODO: This is verified to exist on US v1.2 and not on US v1.1. What
// about the JP versions? And EU?
// memory card. This opcode is only available on PSO Plus on GC; that is,
// it only exists on JP v1.4 and v1.5, and US v1.2.
{0xF94D, "has_ep3_save_file", nullptr, {REG}, F_GC_V3 | F_ARGS},
// Gives the player one copy of a card. regA is the card ID.