diff options
author | yenatch <yenatch@gmail.com> | 2017-12-24 16:57:20 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-24 16:57:20 -0500 |
commit | 70e6b5947b5cc9ca9fd93c720c7f97d9e018da2d (patch) | |
tree | c1d9606acc6a47212cbc6a5faa79b289deba010a /engine/stats_screen.asm | |
parent | 8a8b96138be070d0154a79adc00ce2fb2e0f12d4 (diff) | |
parent | cbec3771e2944a502eea69aeb012bea6cdc4e26b (diff) |
Merge pull request #417 from mid-kid/master
mid-kid's patches
Diffstat (limited to 'engine/stats_screen.asm')
-rwxr-xr-x | engine/stats_screen.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/stats_screen.asm b/engine/stats_screen.asm index 14a0c1d47..19f9ed419 100755 --- a/engine/stats_screen.asm +++ b/engine/stats_screen.asm @@ -377,7 +377,7 @@ StatsScreen_InitUpperHalf: ; 4deea (13:5eea) call .PlaceHPBar xor a ld [hBGMapMode], a - ld a, [CurBaseData] + ld a, [BaseDexNo] ld [wd265], a ld [CurSpecies], a hlcoord 8, 0 @@ -401,7 +401,7 @@ StatsScreen_InitUpperHalf: ; 4deea (13:5eea) hlcoord 9, 4 ld a, "/" ld [hli], a - ld a, [CurBaseData] + ld a, [BaseDexNo] ld [wd265], a call GetPokemonName call PlaceString |