diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-28 20:56:21 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-28 20:56:21 -0500 |
commit | 4c35f3ac8506e5f326658bbab91c257584f7b716 (patch) | |
tree | 980025fbbc41e001e260a65ed7c035dd6073e864 /engine/print_party.asm | |
parent | bb005694b31b6a8cbaeefa8751ea72117e904e02 (diff) | |
parent | 82a05a1752b476caab8951fe03f539dcc1a63669 (diff) |
Merge branch 'master' of https://github.com/pret/pokecrystal
# Conflicts:
# macros/scripts/maps.asm
Diffstat (limited to 'engine/print_party.asm')
-rwxr-xr-x | engine/print_party.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/print_party.asm b/engine/print_party.asm index 69bda8d52..f2420dfe8 100755 --- a/engine/print_party.asm +++ b/engine/print_party.asm @@ -141,17 +141,17 @@ PrintPartyMonPage1: ; 1dc381 call LoadFontsBattleExtra ld de, GBPrinterHPIcon - ld hl, VTiles2 tile $71 + ld hl, vTiles2 tile $71 lb bc, BANK(GBPrinterHPIcon), 1 call Request1bpp ld de, GBPrinterLvIcon - ld hl, VTiles2 tile $6e + ld hl, vTiles2 tile $6e lb bc, BANK(GBPrinterLvIcon), 1 call Request1bpp ld de, ShinyIconGFX - ld hl, VTiles2 tile $3f + ld hl, vTiles2 tile $3f lb bc, BANK(ShinyIconGFX), 1 call Get2bpp |