diff options
author | yenatch <yenatch@gmail.com> | 2014-06-17 11:58:11 -0700 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-06-17 11:58:11 -0700 |
commit | c2dba431884fdd9d61a90f6c3efd1876aa1cfa14 (patch) | |
tree | bc2d055295c0c63722c41f3eeed1f38e009d68c2 /engine/scripting.asm | |
parent | 541a9c73472db20472db5531cba196a0dcd148ea (diff) |
Contest battle type and comment the battle menu.
Diffstat (limited to 'engine/scripting.asm')
-rw-r--r-- | engine/scripting.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/scripting.asm b/engine/scripting.asm index 2a978e0ea..756192a0d 100644 --- a/engine/scripting.asm +++ b/engine/scripting.asm @@ -1544,7 +1544,7 @@ Script_catchtutorial: ; 0x97447 ; byte (SingleByteParam) call GetScriptByte - ld [$d230], a + ld [BattleType], a call Function2879 callba Function4e554 jp Script_reloadmap @@ -1572,8 +1572,8 @@ Script_returnafterbattle: ; 0x97459 ld a, [$d0ee] bit 7, a jr z, .asm_9748e ; 0x97481 $b - ld b, $24 - ld de, $4255 + ld b, BANK(UnknownScript_0x90255) + ld de, UnknownScript_0x90255 callba Function97c4f .asm_9748e jp Script_reloadmap |