diff options
Diffstat (limited to 'misc/battle_tower_5c.asm')
-rwxr-xr-x | misc/battle_tower_5c.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/battle_tower_5c.asm b/misc/battle_tower_5c.asm index b437cae83..8f8114f95 100755 --- a/misc/battle_tower_5c.asm +++ b/misc/battle_tower_5c.asm @@ -482,7 +482,7 @@ endr ld e, l push hl push de - ld hl, MON_EXP + 2 + ld hl, MON_STAT_EXP - 1 add hl, bc ld b, $1 predef CalcPkmnStats |