mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
reorder a couple wram labels
latest label is used in wram label replace
This commit is contained in:
parent
50f1d7b788
commit
caaab30e66
8
wram.asm
8
wram.asm
@ -790,8 +790,8 @@ OverworldMapEnd:
|
||||
ds 12
|
||||
|
||||
SECTION "gfx2",BSS[$cd20]
|
||||
BGMapBuffer:
|
||||
CreditsPos: ; cd20
|
||||
CreditsPos:
|
||||
BGMapBuffer: ; cd20
|
||||
ds 2
|
||||
CreditsTimer: ; cd22
|
||||
ds 1
|
||||
@ -1199,8 +1199,8 @@ EvolvableFlags: ; d1e8
|
||||
|
||||
ds 1
|
||||
|
||||
Buffer1:
|
||||
MagikarpLength: ; d1ea
|
||||
MagikarpLength:
|
||||
Buffer1: ; d1ea
|
||||
ds 1
|
||||
MovementType:
|
||||
Buffer2: ; d1eb
|
||||
|
Loading…
Reference in New Issue
Block a user