diff options
| author | YamaArashi <shadow962@live.com> | 2015-07-24 14:57:49 -0700 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2015-07-24 14:57:49 -0700 |
| commit | 12db77201f7ba50241331c3949241a420f43d660 (patch) | |
| tree | 6f0990bd79d5422304e1e366a212308ddf0adb43 /hram.asm | |
| parent | named animation functions/variables (diff) | |
| download | pokeyellow-12db77201f7ba50241331c3949241a420f43d660.tar.gz pokeyellow-12db77201f7ba50241331c3949241a420f43d660.tar.xz pokeyellow-12db77201f7ba50241331c3949241a420f43d660.zip | |
named more functions
Diffstat (limited to 'hram.asm')
| -rw-r--r-- | hram.asm | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -261,6 +261,11 @@ hTilesetType EQU $FFD7 H_CURRENTSPRITEOFFSET EQU $FFDA ; multiple of $10 +hFossilCounter EQU $FFDB + +hItemToRemoveID EQU $FFDB +hItemToRemoveIndex EQU $FFDC + hVendingMachineItem EQU $FFDB hVendingMachinePrice EQU $FFDC ; 3-byte BCD number |
