diff options
author | dannye <33dannye@gmail.com> | 2021-01-16 14:11:08 -0600 |
---|---|---|
committer | dannye <33dannye@gmail.com> | 2021-01-16 14:11:08 -0600 |
commit | 5ca3f85df5cd0601f810797ee19a5086a0bf24c1 (patch) | |
tree | 9e84d9a7c45c045e89afd60e93ea6de1e304df6c /src/engine/bank04.asm | |
parent | 5af59b450677468d315e130678562ce922ba1a95 (diff) |
Fix script command 0x17 argument list
Diffstat (limited to 'src/engine/bank04.asm')
-rw-r--r-- | src/engine/bank04.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/bank04.asm b/src/engine/bank04.asm index 04e1e85..4e92876 100644 --- a/src/engine/bank04.asm +++ b/src/engine/bank04.asm @@ -1028,7 +1028,7 @@ OverworldScriptTable: ; 1217b (4:617b) dw ScriptCommand_JumpBasedOnFightingClubPupilStatus dw ScriptCommand_SetActiveNPCDirection dw ScriptCommand_PickNextMan1RequestedCard - dw ScriptCommand_GetMan1RequestedCardNameText + dw ScriptCommand_LoadMan1RequestedCardIntoTxRamSlot dw ScriptCommand_JumpIfMan1RequestedCardOwned dw ScriptCommand_JumpIfMan1RequestedCardInCollection dw ScriptCommand_RemoveMan1RequestedCardFromCollection |