mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-01-23 09:16:20 -08: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
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user