summaryrefslogtreecommitdiff
path: root/asm/window.s
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2015-10-06 21:24:58 -0700
committerYamaArashi <shadow962@live.com>2015-10-06 21:24:58 -0700
commitf64303defa5193264add529303bb66c5a8d6f771 (patch)
tree8dfee1fa6754f42c4a38bc33da3c85cfdfe4e110 /asm/window.s
parent770b750c375324aed9683276245f25f351657e7f (diff)
add font half row offsets data and more
Diffstat (limited to 'asm/window.s')
-rw-r--r--asm/window.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/window.s b/asm/window.s
index 5b3bfc6f3..657c5389c 100644
--- a/asm/window.s
+++ b/asm/window.s
@@ -32,7 +32,7 @@ _080031E4:
mov r0, r8
cmp r0, 0x3
ble _080031D4
- ldr r0, =0x082e9584
+ ldr r0, =gDummyWindowTemplate
ldr r2, [r0]
ldr r3, [r0, 0x4]
ldr r1, =0x02020004
@@ -494,7 +494,7 @@ Window_Remove: @ 8003574
movs r3, 0x2
bl do_nothing
_080035A0:
- ldr r0, =0x082e9584
+ ldr r0, =gDummyWindowTemplate
ldr r1, [r0, 0x4]
ldr r0, [r0]
str r0, [r4]