mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
parent
84a3b335aa
commit
0a1b6b4f15
3
wram.asm
3
wram.asm
@ -3474,7 +3474,6 @@ ENDU
|
||||
|
||||
|
||||
SECTION "GBC Video", WRAMX, ALIGN[8]
|
||||
; LCD expects wLYOverrides to have an alignment of $100
|
||||
|
||||
; eight 4-color palettes each
|
||||
wGBCPalettes:: ; used only for BANK(wGBCPalettes)
|
||||
@ -3483,6 +3482,7 @@ wOBPals1:: ds 8 palettes
|
||||
wBGPals2:: ds 8 palettes
|
||||
wOBPals2:: ds 8 palettes
|
||||
|
||||
align 8
|
||||
wLYOverrides:: ds SCREEN_HEIGHT_PX
|
||||
wLYOverridesEnd::
|
||||
|
||||
@ -3497,6 +3497,7 @@ wMagnetTrainPlayerSpriteInitX:: db
|
||||
|
||||
ds 106
|
||||
|
||||
align 8
|
||||
wLYOverridesBackup:: ds SCREEN_HEIGHT_PX
|
||||
wLYOverridesBackupEnd::
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user