diff options
author | yenatch <yenatch@gmail.com> | 2018-06-05 06:58:25 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2018-06-05 06:58:25 -0400 |
commit | c61d6a3a5a602d5594071e9446bb3d93b5d99a75 (patch) | |
tree | e4257be67a3e2ae4b3c921d55718a7e8aba90e1a | |
parent | 5c0e5fa7cab805b1d610be08cde1651c6fdefbce (diff) |
Fix other unused shiny check label
-rw-r--r-- | data/predef_pointers.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/predef_pointers.asm b/data/predef_pointers.asm index 3a14a19ee..87906597a 100644 --- a/data/predef_pointers.asm +++ b/data/predef_pointers.asm @@ -58,7 +58,7 @@ PredefPointers:: ; 856b add_predef InitSGBBorder ; $30 add_predef LoadSGBLayout add_predef Pokedex_GetArea - add_predef Unused_CheckContestMon + add_predef Unused_CheckShininess add_predef DoBattleTransition add_predef DummyPredef35 add_predef DummyPredef36 |