summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2018-08-12 16:40:31 +0200
committerDizzyEggg <jajkodizzy@wp.pl>2018-08-12 16:40:31 +0200
commit7dac22314ee647645771ec713407bb83b3ec3de4 (patch)
tree5f1255c16e59b1e050781e11cef9405c6e391d51 /data
parent40cf61307b411ea4de858902c7081fde8ef71ea5 (diff)
Decompile a bit of pokemon storarage system
Diffstat (limited to 'data')
-rw-r--r--data/event_scripts.s2
-rw-r--r--data/pokemon_storage_system.s12
-rw-r--r--data/specials.inc2
3 files changed, 2 insertions, 14 deletions
diff --git a/data/event_scripts.s b/data/event_scripts.s
index f28707fbb..56658a994 100644
--- a/data/event_scripts.s
+++ b/data/event_scripts.s
@@ -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
diff --git a/data/pokemon_storage_system.s b/data/pokemon_storage_system.s
index f05613b00..b859133a6 100644
--- a/data/pokemon_storage_system.s
+++ b/data/pokemon_storage_system.s
@@ -4,18 +4,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"
diff --git a/data/specials.inc b/data/specials.inc
index 86355f484..d0d04837a 100644
--- a/data/specials.inc
+++ b/data/specials.inc
@@ -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