aboutsummaryrefslogtreecommitdiffstats
path: root/engine/battle/draw_hud_pokeball_gfx.asm
diff options
context:
space:
mode:
authordannye <corrnondacqb@yahoo.com>2015-07-14 02:16:19 -0500
committerdannye <corrnondacqb@yahoo.com>2015-07-14 02:16:19 -0500
commitef9e59101e10aed82184bd2fd063b1109e2e4f6a (patch)
tree2fb09fd06d2b7b960a3c0fda27e3ad9229c13a8f /engine/battle/draw_hud_pokeball_gfx.asm
parentMerge branch 'master' of https://github.com/YamaArashi/pokered (diff)
downloadpokeyellow-ef9e59101e10aed82184bd2fd063b1109e2e4f6a.tar.gz
pokeyellow-ef9e59101e10aed82184bd2fd063b1109e2e4f6a.tar.xz
pokeyellow-ef9e59101e10aed82184bd2fd063b1109e2e4f6a.zip
Use more screen dimension constants
Diffstat (limited to 'engine/battle/draw_hud_pokeball_gfx.asm')
-rw-r--r--engine/battle/draw_hud_pokeball_gfx.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/draw_hud_pokeball_gfx.asm b/engine/battle/draw_hud_pokeball_gfx.asm
index ba47d8f3..06280a15 100644
--- a/engine/battle/draw_hud_pokeball_gfx.asm
+++ b/engine/battle/draw_hud_pokeball_gfx.asm
@@ -148,7 +148,7 @@ EnemyBattleHUDGraphicsTiles: ; 3a92d (e:692d)
PlaceHUDTiles: ; 3a930 (e:6930)
ld [hl], $73
- ld bc, $14
+ ld bc, SCREEN_WIDTH
add hl, bc
ld a, [wTrainerScreenY]
ld [hl], a