diff options
author | Bryan Bishop <kanzure@gmail.com> | 2014-03-02 15:37:36 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2014-03-02 15:37:36 -0600 |
commit | 4c2a480ebc6aae68c3c87674b4715f6bdd5b1d18 (patch) | |
tree | 72ed9396f3be2bb80a5ebd452a2e00af3ad89c0a /engine/scripting.asm | |
parent | d74d2542412ca5d58d9077801b35b8061a68b0cc (diff) | |
parent | 2b144fcfd4f55f4ef56bf1c7993ea17979bf9369 (diff) |
Merge pull request #234 from yenatch/incbins
SGB/CGB data, contest entrants, emotes, pack gfx
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 |