diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-08 14:11:24 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-08 14:11:24 -0400 |
commit | e95d42e0af1921f516c1fd4269024aa3f586514f (patch) | |
tree | 3130d8d059dbeb247b24bd31eec28c6e358659d8 /engine/pokedex.asm | |
parent | bb58230ca7a3f0f3c58af2b182051cf33ba609ac (diff) |
All functions in main.asm have non-generic names
Diffstat (limited to 'engine/pokedex.asm')
-rw-r--r-- | engine/pokedex.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/pokedex.asm b/engine/pokedex.asm index 95536a970..4d8b22ef4 100644 --- a/engine/pokedex.asm +++ b/engine/pokedex.asm @@ -823,7 +823,7 @@ Pokedex_UpdateUnownMode: ; 405df (10:45df) call DelayFrame call Pokedex_CheckSGB jr nz, .decompress - callba Function1ddf26 + callba LoadSGBPokedexGFX2 jr .done .decompress |