summaryrefslogtreecommitdiff
path: root/engine/oak_speech2.asm
diff options
context:
space:
mode:
authordannye <corrnondacqb@yahoo.com>2015-07-14 00:21:03 -0500
committerdannye <corrnondacqb@yahoo.com>2015-07-14 00:21:03 -0500
commitb509b48a7f5a9a80225b9c030d7334b26b521c62 (patch)
tree4ffe3bdf40db06fc58977bccac2b4a2a1c42f4a0 /engine/oak_speech2.asm
parent822bb2bd21110cc5dc7875d70f8c36c15d13cbaf (diff)
Use more *Coord
also town map code relabelling YamaArashi just did town map relabelling but oh well I aleady made the changes and don't feel like redoing it
Diffstat (limited to 'engine/oak_speech2.asm')
-rwxr-xr-xengine/oak_speech2.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/oak_speech2.asm b/engine/oak_speech2.asm
index d8043484..179de389 100755
--- a/engine/oak_speech2.asm
+++ b/engine/oak_speech2.asm
@@ -66,7 +66,7 @@ HisNameIsText: ; 69e7 (1:69e7)
Func_69ec: ; 69ec (1:69ec)
push de
- ld hl, wTileMap
+ hlCoord 0, 0
ld bc, $c0b
call ClearScreenArea
ld c, 10
@@ -155,7 +155,7 @@ asm_6a19: ; 6a19 (1:6a19)
DisplayIntroNameTextBox: ; 6a6c (1:6a6c)
push de
- ld hl, wTileMap
+ hlCoord 0, 0
ld b, $a
ld c, $9
call TextBoxBorder