diff options
Diffstat (limited to 'engine/gfx/place_graphic.asm')
-rw-r--r-- | engine/gfx/place_graphic.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/gfx/place_graphic.asm b/engine/gfx/place_graphic.asm index 628c72413..4092ad35f 100644 --- a/engine/gfx/place_graphic.asm +++ b/engine/gfx/place_graphic.asm @@ -8,7 +8,7 @@ PlaceGraphic: and a jr nz, .right - ld a, [hGraphicStartTile] + ldh a, [hGraphicStartTile] .x1 push bc push hl @@ -35,7 +35,7 @@ PlaceGraphic: add hl, bc pop bc - ld a, [hGraphicStartTile] + ldh a, [hGraphicStartTile] .x2 push bc push hl |