summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2015-08-03 22:10:30 -0400
committerluckytyphlosion <alan.rj.huang@gmail.com>2015-08-03 22:10:30 -0400
commit19c517bca455c10e7cba6699084b8cbeb8cc8137 (patch)
tree7e9d6d44fc91e6b655c8e63e02880f30ab37260a /wram.asm
parent2187d8d8af1ff2372610806539c245657639cf85 (diff)
Attempt to make yellow buildable, part 7.
Builds but not to baserom.gbc.
Diffstat (limited to 'wram.asm')
-rwxr-xr-xwram.asm9
1 files changed, 8 insertions, 1 deletions
diff --git a/wram.asm b/wram.asm
index 827b85be..0828c9c1 100755
--- a/wram.asm
+++ b/wram.asm
@@ -594,6 +594,8 @@ wPlayerSpinInPlaceAnimFrameDelay:: ; cd3d
wPlayerSpinWhileMovingUpOrDownAnimDeltaY:: ; cd3d
+wBoxNumString:: ; cd3d
+
wHiddenObjectFunctionArgument:: ; cd3d
wSubtrahend:: ; cd3d
@@ -1643,8 +1645,13 @@ wd434:: ds 1
wd435:: ds 1
wd436:: ds 1
- ds 19
+ ds 17
+
+wExpressionNumber::
+ ds 1
+ ds 1
+
wd44a:: ds 1
wd44b:: ds 1