From e033ea3a37f594d04b7132ad54765a8fee312ae5 Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Sat, 9 Jan 2016 17:51:14 -0800 Subject: commented pokedex more --- predef/cgb.asm | 4 ++-- predef/sgb.asm | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'predef') 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 diff --git a/predef/sgb.asm b/predef/sgb.asm index be44adc63..3d400bafe 100644 --- a/predef/sgb.asm +++ b/predef/sgb.asm @@ -28,7 +28,7 @@ Predef_LoadSGBLayout: ; 864c dw .SGB_BattleColors dw .SGB_PokegearPals dw .SGB_StatsScreenHPPals - dw .SGB04 + dw .SGB_Pokedex dw .SGB_SlotMachine dw .SGB06 dw .SGB07 @@ -209,7 +209,7 @@ endr ret ; 87b2 -.SGB04: ; 87b2 +.SGB_Pokedex: ; 87b2 ld hl, PalPacket_9ce6 ld de, wSGBPals ld bc, $10 @@ -267,7 +267,7 @@ endr ; 8823 .SGB16: ; 8823 - call .SGB04 + call .SGB_Pokedex ld de, BlkPacket_9af6 ret ; 882a -- cgit v1.2.3