summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-05-27 11:09:08 -0700
committeryenatch <yenatch@gmail.com>2014-05-27 11:16:05 -0700
commitea05c44163f753b9f507535d8ee549a4d43a4410 (patch)
treee7fd69b85e293071021489dd5bd049573d889e83 /wram.asm
parentf16f07c5ca38fa269972dfecab7dbae50e0a73ff (diff)
Add macro TX_BCD for printing BCD numbers.
This fixes some more static wram addresses.
Diffstat (limited to 'wram.asm')
-rwxr-xr-xwram.asm1
1 files changed, 1 insertions, 0 deletions
diff --git a/wram.asm b/wram.asm
index 40157540..16388d65 100755
--- a/wram.asm
+++ b/wram.asm
@@ -368,6 +368,7 @@ wTrainerSpriteOffset:: ; cd3d
wTrainerEngageDistance:: ; cd3e
ds 1
wTrainerFacingDirection:: ; cd3f
+wcd3f::
ds 1
wTrainerScreenY:: ; cd40
ds 1