summaryrefslogtreecommitdiff
path: root/src/engine/home.asm
diff options
context:
space:
mode:
authorxCrystal <rgr.crystal@gmail.com>2016-03-06 19:07:12 +0100
committerxCrystal <rgr.crystal@gmail.com>2016-03-06 19:07:12 +0100
commitc586a533e696cb6c9493d8077c9d6a52c043a844 (patch)
tree59cb495d77a6c768465bc9055ad665c0a760536e /src/engine/home.asm
parent102fa38ab095c26b49a23a1e75e3b2087d131541 (diff)
allocate text engine ram addresses
Diffstat (limited to 'src/engine/home.asm')
-rwxr-xr-xsrc/engine/home.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/engine/home.asm b/src/engine/home.asm
index 48a2fb2..4c64ed1 100755
--- a/src/engine/home.asm
+++ b/src/engine/home.asm
@@ -3729,7 +3729,7 @@ Func_2275: ; 2275 (0:2275)
ld [wcd06], a
ld a, $80
ld [wcd07], a
- ld hl, $c600
+ ld hl, wc600
.asm_2292
xor a
ld [hl], a
@@ -4517,7 +4517,7 @@ Func_2a44: ; 2a44 (0:2a44)
ld a, l
or h
jp nz, PrintTextNoDelay
- ld hl, $c590
+ ld hl, wc590
jp Func_21c5
DrawWideTextBox_PrintText: ; 2a59 (0:2a59)
@@ -4987,7 +4987,7 @@ Func_2d43: ; 2d43 (0:2d43)
call Func_2cd7
jr Func_2d43
.asm_2dab
- ld hl, $c590
+ ld hl, wc590
call Func_2cd7
jr Func_2d43
.asm_2db3
@@ -5099,7 +5099,7 @@ PrintText: ; 2e41 (0:2e41)
call BankswitchHome
ret
.fromRAM
- ld hl, $c590
+ ld hl, wc590
.printText
call Func_2cc8
.nextTileLoop