You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
reorder a couple wram labels
latest label is used in wram label replace
This commit is contained in:
8
wram.asm
8
wram.asm
@@ -790,8 +790,8 @@ OverworldMapEnd:
|
|||||||
ds 12
|
ds 12
|
||||||
|
|
||||||
SECTION "gfx2",BSS[$cd20]
|
SECTION "gfx2",BSS[$cd20]
|
||||||
BGMapBuffer:
|
CreditsPos:
|
||||||
CreditsPos: ; cd20
|
BGMapBuffer: ; cd20
|
||||||
ds 2
|
ds 2
|
||||||
CreditsTimer: ; cd22
|
CreditsTimer: ; cd22
|
||||||
ds 1
|
ds 1
|
||||||
@@ -1199,8 +1199,8 @@ EvolvableFlags: ; d1e8
|
|||||||
|
|
||||||
ds 1
|
ds 1
|
||||||
|
|
||||||
Buffer1:
|
MagikarpLength:
|
||||||
MagikarpLength: ; d1ea
|
Buffer1: ; d1ea
|
||||||
ds 1
|
ds 1
|
||||||
MovementType:
|
MovementType:
|
||||||
Buffer2: ; d1eb
|
Buffer2: ; d1eb
|
||||||
|
Reference in New Issue
Block a user