diff options
| author | dannye <corrnondacqb@yahoo.com> | 2016-07-18 01:32:24 -0500 |
|---|---|---|
| committer | dannye <corrnondacqb@yahoo.com> | 2016-07-18 01:32:24 -0500 |
| commit | 7c01509b6b69b4dc33f5d739589d50f26ffd65b0 (patch) | |
| tree | 89b4000a56c9e3d942666639c83416100f360f88 /engine/battle/experience.asm | |
| parent | Clean up text commands (diff) | |
| parent | Use pattern variables in the makefile. (diff) | |
| download | pokeyellow-7c01509b6b69b4dc33f5d739589d50f26ffd65b0.tar.gz pokeyellow-7c01509b6b69b4dc33f5d739589d50f26ffd65b0.tar.xz pokeyellow-7c01509b6b69b4dc33f5d739589d50f26ffd65b0.zip | |
Merge branch 'master' of https://github.com/pret/pokered
Diffstat (limited to 'engine/battle/experience.asm')
| -rw-r--r-- | engine/battle/experience.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/battle/experience.asm b/engine/battle/experience.asm index e6cdf9ac..9aee8bd7 100644 --- a/engine/battle/experience.asm +++ b/engine/battle/experience.asm @@ -49,11 +49,11 @@ GainExperience: ld [de], a .nextBaseStat dec c - jr z, .asm_552a1 + jr z, .statExpDone inc de inc de jr .gainStatExpLoop -.asm_552a1 +.statExpDone xor a ld [H_MULTIPLICAND], a ld [H_MULTIPLICAND + 1], a |
