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 | use constant for bg transfer dest hram var (diff) | |
| download | pokeyellow-4a8c9993ad182296131ef87111e1b6d6e2af4201.tar.gz pokeyellow-4a8c9993ad182296131ef87111e1b6d6e2af4201.tar.xz pokeyellow-4a8c9993ad182296131ef87111e1b6d6e2af4201.zip | |
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. |
