summaryrefslogtreecommitdiff
path: root/src/engine/bank04.asm
diff options
context:
space:
mode:
authorAndrew Martinek <andrewrmartinek@gmail.com>2020-12-19 00:55:39 -0500
committerAndrew Martinek <andrewrmartinek@gmail.com>2020-12-19 00:55:39 -0500
commitef676eb46802db828ec831e95a6d26ae4e977c36 (patch)
tree81b4a84d4c5578286dd16cb5d0e227d02738e1bc /src/engine/bank04.asm
parent4f85f94a0eb08cdbf719a2d96d5b69537d0a72e8 (diff)
Added more macros, changed the name of a couple
Diffstat (limited to 'src/engine/bank04.asm')
-rw-r--r--src/engine/bank04.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/engine/bank04.asm b/src/engine/bank04.asm
index a1e504f..45aef8f 100644
--- a/src/engine/bank04.asm
+++ b/src/engine/bank04.asm
@@ -981,13 +981,13 @@ OverworldScriptTable: ; 1217b (4:617b)
dw ScriptCommand_MoveActiveNPCByDirection
dw ScriptCommand_CloseTextBox
dw ScriptCommand_GiveBoosterPacks
- dw ScriptCommand_CheckIfCardInCollectionOrDecks
- dw ScriptCommand_CheckIfCardInCollection
+ dw ScriptCommand_JumpIfCardOwned
+ dw ScriptCommand_JumpIfCardInCollection
dw ScriptCommand_GiveCard
dw ScriptCommand_TakeCard
dw Func_cf53
dw Func_cf7b
- dw ScriptCommand_CheckRawAmountOfCardsOwned
+ dw ScriptCommand_CheckAmountOfCardsOwned
dw ScriptCommand_JumpBasedOnFightingClubPupilStatus
dw Func_cfc6
dw Func_cfd4