diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-14 20:06:41 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-14 20:06:41 -0500 |
commit | 6e257bc7cdab3249cc8fbdf4c808f0ebc442022e (patch) | |
tree | e95666a37642f3ebc1e9b03dbd6d9126e13a799f /engine/scripting.asm | |
parent | c635e30777ba57e3fd4249862fd562936d0d47bd (diff) |
mystery gift, credits
Diffstat (limited to 'engine/scripting.asm')
-rw-r--r-- | engine/scripting.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/scripting.asm b/engine/scripting.asm index 39d42a984..d85cabe05 100644 --- a/engine/scripting.asm +++ b/engine/scripting.asm @@ -3211,14 +3211,14 @@ Script_halloffame: ; 97bd5 callba HallOfFame ld hl, GameTimerPause set 0, [hl] - jr DisplayCredits + jr ReturnFromCredits ; 97bf3 Script_credits: ; 97bf3 ; script command 0xa2 callba RedCredits -DisplayCredits: +ReturnFromCredits: call Script_end_all ld a, $3 call LoadMapStatus |