summaryrefslogtreecommitdiff
path: root/hram.asm
diff options
context:
space:
mode:
authorentrpntr <entrpntr@gmail.com>2020-04-26 20:45:59 -0400
committerentrpntr <entrpntr@gmail.com>2020-04-26 22:15:31 -0400
commitd53f3afe500ad9e92f18a7e6de77982928a6061f (patch)
tree9fd2697a741c82a98104b1c23437907f061be034 /hram.asm
parent0b33dabae2d43591a964774154f8bec5bf7194b1 (diff)
Clean up some overworld code.
Diffstat (limited to 'hram.asm')
-rwxr-xr-xhram.asm13
1 files changed, 9 insertions, 4 deletions
diff --git a/hram.asm b/hram.asm
index 30ecafad..cedfdc58 100755
--- a/hram.asm
+++ b/hram.asm
@@ -92,12 +92,17 @@ NEXTU ; ffb5
hMGStatusFlags:: db ; ffbe
ENDU ; ffbf
+UNION
hUsedSpriteIndex:: db ; ffbf
hUsedSpriteTile:: db ; ffc0
-hFFC1:: db ; ffc1
-hFFC2:: db ; ffc2
-hFFC3:: db ; ffc3
-hFFC4:: db ; ffc4
+NEXTU
+hCurSpriteXCoord:: db ; ffbf
+hCurSpriteYCoord:: db ; ffc0
+hCurSpriteXPixel:: db ; ffc1
+hCurSpriteYPixel:: db ; ffc2
+hCurSpriteTile:: db ; ffc3
+hCurSpriteOAMFlags:: db ; ffc4
+ENDU
UNION ; ffc5
hMoneyTemp:: ds 3 ; ffc5