diff options
author | Marcus Huderle <huderlem@gmail.com> | 2017-07-02 12:53:40 -0500 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2017-07-02 12:53:40 -0500 |
commit | 9be3dbeaa800bf93300ce41c7277f419d47b9529 (patch) | |
tree | bdf6c1afcdcac2a05c43cf735015140b7ffd5022 /wram.asm | |
parent | edbefc01a6b62ef8a2bf8037a863a39d97aabf7e (diff) |
Label wPikachuSaverCharge and create constant MAX_PIKACHU_SAVER_CHARGE
Diffstat (limited to 'wram.asm')
-rwxr-xr-x | wram.asm | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -612,7 +612,9 @@ wWhichPikachu:: ; 0xd515 wWhichPikachuId:: ; 0xd516 ds $1 -wd517:: ; 0xd517 +wPikachuSaverCharge:: ; 0xd517 +; Holds the amount of Pikachu "charge" that has been generated by spinning the spinner +; in the right alley. The charge's value ranges from 0 - 15. ds $1 wd518:: ; 0xd518 |