diff options
author | yenatch <yenatch@gmail.com> | 2017-12-28 19:34:43 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-28 19:34:43 -0500 |
commit | 82a05a1752b476caab8951fe03f539dcc1a63669 (patch) | |
tree | 972f867159ded40695e868338bb697a303335b62 /engine/stats_screen.asm | |
parent | e2b378f5e32ea1416fbc9ac5e96d23be244e4a6b (diff) | |
parent | 50fc9c3389ae8130d3670683f22f3e49555c57a3 (diff) |
Merge pull request #443 from xCrystal/master
Misc style cleanup and documentation
Diffstat (limited to 'engine/stats_screen.asm')
-rwxr-xr-x | engine/stats_screen.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/stats_screen.asm b/engine/stats_screen.asm index da02808b1..fa124e1b3 100755 --- a/engine/stats_screen.asm +++ b/engine/stats_screen.asm @@ -865,7 +865,7 @@ StatsScreen_PlaceFrontpic: ; 4e226 (13:6226) call IsAPokemon ret c call StatsScreen_LoadTextBoxSpaceGFX - ld de, VTiles2 tile $00 + ld de, vTiles2 tile $00 predef GetAnimatedFrontpicPredef hlcoord 0, 0 ld d, $0 @@ -954,7 +954,7 @@ StatsScreen_LoadTextBoxSpaceGFX: ; 4e307 (13:6307) ld [rVBK], a ld de, TextBoxSpaceGFX lb bc, BANK(TextBoxSpaceGFX), 1 - ld hl, VTiles2 tile $7f + ld hl, vTiles2 tile $7f call Get2bpp pop af ld [rVBK], a @@ -1071,7 +1071,7 @@ StatsScreen_AnimateEgg: ; 4e497 (13:6497) ld a, $1 ld [wBoxAlignment], a call StatsScreen_LoadTextBoxSpaceGFX - ld de, VTiles2 tile $00 + ld de, vTiles2 tile $00 predef GetAnimatedFrontpicPredef pop de hlcoord 0, 0 |