You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Contest battle type and comment the battle menu.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user