diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-07-24 17:34:12 -0500 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2018-07-24 18:50:44 -0500 |
commit | 8ca8d353ee520be31ca35aae1aae2ea2b9b4ffd8 (patch) | |
tree | 2158ff1ee4248c7e92143c4a39fd278342928bf6 /src/pokemon_storage_system_2.c | |
parent | 354b82fce64c1f798c1a6c143b82269514562f91 (diff) |
Decompile the rest of pokemon_storage_system
Diffstat (limited to 'src/pokemon_storage_system_2.c')
-rw-r--r-- | src/pokemon_storage_system_2.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pokemon_storage_system_2.c b/src/pokemon_storage_system_2.c index 2cd1a59c6..6ebb8ff8a 100644 --- a/src/pokemon_storage_system_2.c +++ b/src/pokemon_storage_system_2.c @@ -337,7 +337,7 @@ void debug_sub_80A4300(void) extern void (*unk_2038794)(void); extern struct Pokemon * unk_2038798; -extern void debug_sub_809CB94(struct Pokemon *); +extern void sub_809CB94(struct Pokemon *); void debug_sub_80A433C(struct Pokemon * a, void (*b)(void)) { @@ -351,7 +351,7 @@ void debug_sub_80A435C(void) switch (gPokemonStorageSystemPtr->unk_0004) { case 0: - debug_sub_809CB94(unk_2038798); + sub_809CB94(unk_2038798); BeginNormalPaletteFade(0xFFFFFFFF, 0, 0, 16, RGB(0, 0, 0)); gPokemonStorageSystemPtr->unk_0004++; break; |