diff options
author | shealyrd <esheal@outlook.com> | 2020-12-10 10:55:31 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-10 10:55:31 -0600 |
commit | 8ed3bdae90bc13a921ceaccb55fb4eb37ecb79e1 (patch) | |
tree | 236944d9d16beafa312c1a5987c48d2953d4191a /src | |
parent | cf81e292e46a47151003ce74b4f8b6d400aa9344 (diff) |
Update bank03.asm
Diffstat (limited to 'src')
-rw-r--r-- | src/engine/bank03.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/engine/bank03.asm b/src/engine/bank03.asm index 062eafd..3aa5dd2 100644 --- a/src/engine/bank03.asm +++ b/src/engine/bank03.asm @@ -4015,7 +4015,7 @@ FightingClubAfterDuel: ; dda3 (3:5da3) db $00 ; ddc3 -;ScriptCommand_JumpBasedOnFightingClubPupilStatus + Script_Mitch: ; ddc3 (3:5dc3) start_script run_command ScriptCommand_TryGivePCPack @@ -5538,7 +5538,7 @@ Script_Clerk7: ; eb53 (3:6b53) INCROM $eb53, $eb57 -ScienceClubLobbyAfterDuel; eb57 (3:6b57) +ScienceClubLobbyAfterDuel:; eb57 (3:6b57) ld hl, .after_duel_table call FindEndOfBattleScript ret @@ -5725,7 +5725,7 @@ Script_Ken: ; ef22 (3:6f22) db EVENT_FLAG_23 dw .have_300_cards run_command ScriptCommand_CheckRawAmountOfCardsOwned - dw 300; + dw 300 dw .have_300_cards run_command ScriptCommand_JumpIfFlagZero1 db EVENT_FLAG_24 @@ -5807,7 +5807,7 @@ Script_LoseToKen: ; ef78 (3:6f78) run_command ScriptCommand_QuitScriptFully ; 0xef83 -Script_KenBattle_AlreadyHaveMedal; ef83 (3:6f83) +Script_KenBattle_AlreadyHaveMedal: ; ef83 (3:6f83) run_command ScriptCommand_PrintTextString tx Text06c6 run_command ScriptCommand_AskQuestionJump |