diff options
author | libjet <libj3t@gmail.com> | 2020-02-19 02:47:03 +0000 |
---|---|---|
committer | libjet <libj3t@gmail.com> | 2020-02-19 02:47:03 +0000 |
commit | 0a0b273fee50a66baeac441600254d77af442bef (patch) | |
tree | f09717414d9cb45496340819a423f1f5adada69e /home.asm | |
parent | 5172056acdf4691e8d3db4563d3a1a73d7025efc (diff) |
Add home/queue_script.asm
Diffstat (limited to 'home.asm')
-rw-r--r-- | home.asm | 15 |
1 files changed, 5 insertions, 10 deletions
@@ -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 |