diff options
author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-08-03 22:10:30 -0400 |
---|---|---|
committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-08-03 22:10:30 -0400 |
commit | 19c517bca455c10e7cba6699084b8cbeb8cc8137 (patch) | |
tree | 7e9d6d44fc91e6b655c8e63e02880f30ab37260a /wram.asm | |
parent | 2187d8d8af1ff2372610806539c245657639cf85 (diff) |
Attempt to make yellow buildable, part 7.
Builds but not to baserom.gbc.
Diffstat (limited to 'wram.asm')
-rwxr-xr-x | wram.asm | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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 |