diff options
author | yenatch <yenatch@gmail.com> | 2014-05-27 11:09:08 -0700 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-05-27 11:16:05 -0700 |
commit | ea05c44163f753b9f507535d8ee549a4d43a4410 (patch) | |
tree | e7fd69b85e293071021489dd5bd049573d889e83 /wram.asm | |
parent | f16f07c5ca38fa269972dfecab7dbae50e0a73ff (diff) |
Add macro TX_BCD for printing BCD numbers.
This fixes some more static wram addresses.
Diffstat (limited to 'wram.asm')
-rwxr-xr-x | wram.asm | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -368,6 +368,7 @@ wTrainerSpriteOffset:: ; cd3d wTrainerEngageDistance:: ; cd3e ds 1 wTrainerFacingDirection:: ; cd3f +wcd3f:: ds 1 wTrainerScreenY:: ; cd40 ds 1 |