You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Consolidate behavior of fading to/from white in overworld (#2), Fix naming screen tiles (#3) (bug fix to 6e3c5fd008)
This commit is contained in:
@@ -2621,8 +2621,6 @@ wOBPals2:: ds 8 palettes
|
||||
wLYOverrides:: ds SCREEN_HEIGHT_PX
|
||||
wLYOverridesEnd::
|
||||
|
||||
ds 1
|
||||
|
||||
wMagnetTrain:: ; used only for BANK(wMagnetTrain)
|
||||
wMagnetTrainDirection:: db
|
||||
wMagnetTrainInitPosition:: db
|
||||
@@ -2630,7 +2628,10 @@ wMagnetTrainHoldPosition:: db
|
||||
wMagnetTrainFinalPosition:: db
|
||||
wMagnetTrainPlayerSpriteInitX:: db
|
||||
|
||||
ds 106
|
||||
; Used by FadeInPalettesFromWhite
|
||||
wBGPalsRegularWhiteColors:: ds 8 * PAL_COLOR_SIZE
|
||||
|
||||
ds 91
|
||||
|
||||
align 8
|
||||
wLYOverridesBackup:: ds SCREEN_HEIGHT_PX
|
||||
|
||||
Reference in New Issue
Block a user