diff options
author | Marcus Huderle <huderlem@gmail.com> | 2017-07-02 17:45:36 -0500 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2017-07-02 17:45:36 -0500 |
commit | 4bcfa81438e15c6c2fbec2ab9f5ea8943887b53d (patch) | |
tree | 067997ea966918579164982ccd1da64fabff31fc /wram.asm | |
parent | 88c6c4a96a46beea4087b0ab6f1e9cfafa1f2906 (diff) |
Label wCurBonusMultiplier and move bonus multplier logic into separate file
Diffstat (limited to 'wram.asm')
-rwxr-xr-x | wram.asm | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -298,7 +298,8 @@ wd499:: ; 0xd499 wd49a:: ; 0xd49a ds $1 -wd49b:: ; 0xd49b +wCurBonusMultiplier:: ; 0xd49b +; Current value of the bonus multiplier. See MAX_BONUS_MULTIPLIER. ds $1 wd49c:: ; 0xd49c |