diff options
author | yenatch <yenatch@gmail.com> | 2014-05-23 15:20:53 -0700 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-05-23 15:20:53 -0700 |
commit | 61dbfa440bd83b8bb490ec7e1c44ea6f0aed66df (patch) | |
tree | c6b4ef2087b24e6e176477b0456f63e9c24b432c /engine/evos_moves.asm | |
parent | 0dea0cc3fb815aae7d7a5e856aabf9b402d45cd0 (diff) |
Use a dedicated label for base stats.
The existing {Bulbasaur,Ivysaur,...}BaseStats labels are for convenience.
Diffstat (limited to 'engine/evos_moves.asm')
-rwxr-xr-x | engine/evos_moves.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/evos_moves.asm b/engine/evos_moves.asm index a709f438..eb59ce39 100755 --- a/engine/evos_moves.asm +++ b/engine/evos_moves.asm @@ -156,7 +156,7 @@ Func_3ad71: ; 3ad71 (e:6d71) call Predef ; indirect jump to IndexToPokedex (41010 (10:5010)) ld a, [$d11e] dec a - ld hl, BulbasaurBaseStats ; $43de + ld hl, BaseStats ld bc, $1c call AddNTimes ld de, W_MONHEADER |