summaryrefslogtreecommitdiff
path: root/predef/cgb.asm
diff options
context:
space:
mode:
Diffstat (limited to 'predef/cgb.asm')
-rw-r--r--predef/cgb.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/predef/cgb.asm b/predef/cgb.asm
index ef0b242d3..9554dd9c8 100644
--- a/predef/cgb.asm
+++ b/predef/cgb.asm
@@ -49,13 +49,13 @@ Predef_LoadSGBLayoutCGB: ; 8d59
dw _CGB0d
dw _CGB0e
dw _CGB0f
- dw _CGB10
+ dw _CGB_PokedexSearchOption
dw _CGB11
dw _CGB12
dw _CGB13
dw _CGB_PackPals
dw _CGB_TrainerCard
- dw _CGB16
+ dw _CGB_PokedexUnownMode
dw _CGB17
dw _CGB18
dw _CGB19
@@ -389,7 +389,7 @@ Palette9036: ; 9036
RGB 00, 00, 00
; 903e
-_CGB16: ; 903e
+_CGB_PokedexUnownMode: ; 903e
ld de, UnknBGPals
ld a, $1d
call GetPredefPal
@@ -822,7 +822,7 @@ _CGB0f: ; 93a6
ret
; 93ba
-_CGB10: ; 93ba
+_CGB_PokedexSearchOption: ; 93ba
ld de, UnknBGPals
ld a, $1d
call GetPredefPal