diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-03 12:36:33 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-03 12:36:33 -0500 |
commit | b1dc88b7281e0486cb952c8f8c62dab705eb4b9d (patch) | |
tree | b92c2cbcc4ccddd68802f0b30431145679d1ddc3 /macros.asm | |
parent | 40eae001a168502782338340db9f47216ae850f4 (diff) |
Experience and level calculations
Diffstat (limited to 'macros.asm')
-rw-r--r-- | macros.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/macros.asm b/macros.asm index 68436697f..10cb99264 100644 --- a/macros.asm +++ b/macros.asm @@ -175,4 +175,5 @@ bcd: MACRO endr ENDM +tiles EQUS "* $10" tile EQUS "+ $10 *" |