diff options
author | YamaArashi <shadow962@live.com> | 2015-07-12 23:00:48 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-07-12 23:00:48 -0700 |
commit | 4a8c9993ad182296131ef87111e1b6d6e2af4201 (patch) | |
tree | cd8044bd5b8e4b88501c2ccf7b006ef296a735ca /hram.asm | |
parent | 99df5f0fd79f063ee4c7ec364eadd175a3d83c42 (diff) |
named wram variables
Diffstat (limited to 'hram.asm')
-rw-r--r-- | hram.asm | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -26,6 +26,8 @@ hSpriteIndexOrTextID EQU $FF8C hPartyMonIndex EQU $FF8C +hHalveItemPrices EQU $FF8E + ; Multiplcation and division variables are meant ; to overlap for back-to-back usage. Big endian. |