summaryrefslogtreecommitdiff
path: root/predef/cgb.asm
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-01-09 17:51:14 -0800
committerYamaArashi <shadow962@live.com>2016-01-09 17:51:14 -0800
commite033ea3a37f594d04b7132ad54765a8fee312ae5 (patch)
treedd03597df2fdb8e956601cd0c34fab2b4786b848 /predef/cgb.asm
parentf14562da4b066a80af3edfc5171e083f63532109 (diff)
commented pokedex more
Diffstat (limited to 'predef/cgb.asm')
-rw-r--r--predef/cgb.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/predef/cgb.asm b/predef/cgb.asm
index 9a24dfce1..ef0b242d3 100644
--- a/predef/cgb.asm
+++ b/predef/cgb.asm
@@ -37,7 +37,7 @@ Predef_LoadSGBLayoutCGB: ; 8d59
dw _CGB_BattleColors
dw _CGB_PokegearPals
dw _CGB_StatsScreenHPPals
- dw _CGB04
+ dw _CGB_Pokedex
dw _CGB_SlotMachine
dw _CGB06
dw _CGB07
@@ -282,7 +282,7 @@ StatsScreenPals: ; 8f6a
RGB 17, 31, 31
; 8f70
-_CGB04: ; 8f70
+_CGB_Pokedex: ; 8f70
ld de, UnknBGPals
ld a, $1d
call GetPredefPal