diff options
| author | YamaArashi <shadow962@live.com> | 2015-07-19 14:01:08 -0700 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2015-07-19 14:01:08 -0700 |
| commit | e607199397cb36565f61703a58d99efdc21891c5 (patch) | |
| tree | ad2f4b8ddfb9a97a71d83721cf111f598394b0f2 /hram.asm | |
| parent | jpab/jpba macros (diff) | |
| download | pokeyellow-e607199397cb36565f61703a58d99efdc21891c5.tar.gz pokeyellow-e607199397cb36565f61703a58d99efdc21891c5.tar.xz pokeyellow-e607199397cb36565f61703a58d99efdc21891c5.zip | |
replace uses of minus one
Diffstat (limited to 'hram.asm')
| -rw-r--r-- | hram.asm | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -137,6 +137,9 @@ hNPCPlayerRelativePosPerspective EQU $FF9B ; 1 = target is to the west hNPCPlayerRelativePosFlags EQU $FF9D +; some code zeroes this for no reason when writing a coin amount +hUnusedCoinsByte EQU $FF9F + hMoney EQU $FF9F ; 3-byte BCD number hCoins EQU $FFA0 ; 2-byte BCD number |
