diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-03-03 16:18:45 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-03-03 17:45:25 -0500 |
commit | 7af1b35d17b7077b13e04c2717b48a55960fa8ce (patch) | |
tree | 75e74cfc0e365ec2aab4395f8ede0d8b8824db47 /asm/macros | |
parent | 1aa1f189721ba9c21597bae047282c4a785ab400 (diff) |
Sync some specials/drop unnecessary prefixes
Diffstat (limited to 'asm/macros')
-rw-r--r-- | asm/macros/event.inc | 2 | ||||
-rw-r--r-- | asm/macros/trainer_tower.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/asm/macros/event.inc b/asm/macros/event.inc index 51f8e7330..35314ac3f 100644 --- a/asm/macros/event.inc +++ b/asm/macros/event.inc @@ -1629,7 +1629,7 @@ @ Jumps to dest if the Quest Log is currently showing playback scenes (dest is usually a release/end) .macro goto_if_questlog dest:req - special Special_GetQuestLogState + special GetQuestLogState compare VAR_RESULT, 2 goto_if_eq \dest .endm diff --git a/asm/macros/trainer_tower.inc b/asm/macros/trainer_tower.inc index 8e5f606ee..94d9efe77 100644 --- a/asm/macros/trainer_tower.inc +++ b/asm/macros/trainer_tower.inc @@ -90,7 +90,7 @@ special CallTrainerTowerFunc .endm - @ Unused. Displays Trainer Tower results. Handled by Special_BattleRecords instead + @ Unused. Displays Trainer Tower results. Handled by ShowBattleRecords instead .macro ttower_showresults setvar VAR_0x8004, TRAINER_TOWER_FUNC_SHOW_RESULTS special CallTrainerTowerFunc |