summaryrefslogtreecommitdiff
path: root/home.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home.asm')
-rw-r--r--home.asm15
1 files changed, 5 insertions, 10 deletions
diff --git a/home.asm b/home.asm
index 6437eb68..832eafc5 100644
--- a/home.asm
+++ b/home.asm
@@ -194,29 +194,24 @@ SkipNames::
INCLUDE "home/math.asm"
INCLUDE "home/print_text.asm"
-Function3414::
+CallPointerAt::
ldh a, [hROMBank]
push af
ld a, [hli]
rst Bankswitch
+
ld a, [hli]
ld h, [hl]
ld l, a
+
call _hl_
+
pop hl
ld a, h
rst Bankswitch
ret
-QueueScript::
- ldh a, [hROMBank]
-Function3425::
- ld [wcfd8], a
- ld a, l
- ld [wcfd9], a
- ld a, h
- ld [wcfda], a
- ret
+INCLUDE "home/queue_script.asm"
Function3431::
.asm_3431