diff options
author | yenatch <yenatch@gmail.com> | 2014-03-01 10:18:26 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-03-01 10:31:13 -0500 |
commit | 83537048fbef1da0129e630aaafa242d8f47c0ce (patch) | |
tree | 93fa382b3bdd29932763d372d7c826808c43ed76 /engine/scripting.asm | |
parent | 7da86ec0e85e59f3771d76360485ea85a0e651c7 (diff) |
Smoke out bank 4.
Highlights: contest trainers and mons
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 06ca48d66..1a5ee4cea 100644 --- a/engine/scripting.asm +++ b/engine/scripting.asm @@ -1561,8 +1561,8 @@ Script_returnafterbattle: ; 0x97459 and $3f cp $1 jr nz, .asm_97470 ; 0x97466 $8 - ld b, $4 - ld hl, $64c1 + ld b, BANK(UnknownScript_0x124c1) + ld hl, UnknownScript_0x124c1 jp ScriptJump .asm_97470 bit 0, d |