diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2016-01-12 12:46:18 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2016-01-12 12:46:18 -0500 |
commit | 2ed6c357af335a1df33932383c00375b799300b2 (patch) | |
tree | 175e12b8359bc00d9ba30af0c448d612a36df473 /engine/intro_menu.asm | |
parent | 35f687b5365cb5e4b607e180646e6062d59a357a (diff) |
More WRAM tidying
Diffstat (limited to 'engine/intro_menu.asm')
-rwxr-xr-x | engine/intro_menu.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/engine/intro_menu.asm b/engine/intro_menu.asm index 42a8943ed..6ece8e384 100755 --- a/engine/intro_menu.asm +++ b/engine/intro_menu.asm @@ -947,10 +947,10 @@ Intro_PrepTrainerPic: ; 619c ld de, VTiles2 callba GetTrainerPic xor a - ld [hFillBox], a + ld [hGraphicStartTile], a hlcoord 6, 4 lb bc, 7, 7 - predef FillBox + predef PlaceGraphic ret ; 61b4 @@ -959,10 +959,10 @@ ShrinkFrame: ; 61b4 ld c, $31 predef DecompressPredef xor a - ld [hFillBox], a + ld [hGraphicStartTile], a hlcoord 6, 4 lb bc, 7, 7 - predef FillBox + predef PlaceGraphic ret ; 61cd |