commented pokedex more

This commit is contained in:
YamaArashi
2016-01-09 17:51:14 -08:00
parent f14562da4b
commit e033ea3a37
5 changed files with 424 additions and 488 deletions

View File

@@ -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

View File

@@ -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