Decompile a bit of pokemon storarage system
This commit is contained in:
@@ -1802,7 +1802,7 @@ EventScript_271E0E:: @ 8271E0E
|
||||
checkflag FLAG_SYS_PC_LANETTE
|
||||
call_if 1, EventScript_271E3E
|
||||
msgbox gUnknown_082726A3, 4
|
||||
special sub_80C7578
|
||||
special ShowPokemonStorageSystem
|
||||
waitstate
|
||||
goto EventScript_271DAC
|
||||
end
|
||||
|
||||
@@ -3,18 +3,6 @@
|
||||
|
||||
.section .rodata
|
||||
|
||||
.align 2
|
||||
gUnknown_0857173C:: @ 857173C
|
||||
.incbin "graphics/unknown/unknown_57173C.gbapal"
|
||||
|
||||
.align 2
|
||||
gUnknown_0857175C:: @ 857175C
|
||||
.incbin "graphics/pokemon_storage/box_selection_popup_center.4bpp"
|
||||
|
||||
.align 2
|
||||
gUnknown_08571F5C:: @ 8571F5C
|
||||
.incbin "graphics/pokemon_storage/box_selection_popup_sides.4bpp"
|
||||
|
||||
.align 2
|
||||
gUnknown_085720DC:: @ 85720DC
|
||||
.incbin "graphics/pokemon_storage/scrolling_bg.4bpp.lz"
|
||||
|
||||
@@ -71,7 +71,7 @@ gSpecials:: @ 81DBA64
|
||||
def_special ShouldTryRematchBattle
|
||||
def_special IsTrainerReadyForRematch
|
||||
def_special BattleSetup_StartRematchBattle
|
||||
def_special sub_80C7578
|
||||
def_special ShowPokemonStorageSystem
|
||||
def_special HasEnoughMonsForDoubleBattle
|
||||
def_special TurnOffTVScreen
|
||||
def_special DoTVShow
|
||||
|
||||
Reference in New Issue
Block a user