Buena local labels

This commit is contained in:
PikalaxALT
2015-11-01 12:44:30 -05:00
parent 3b4805ee98
commit 31c407bb3d
13 changed files with 139 additions and 139 deletions

View File

@@ -472,17 +472,17 @@ CallPointerAt:: ; 31be
; 31cd
ExitMenuCallScript:: ; 31cd
; Push pointer hl in the current bank to wd0e8.
QueueScript:: ; 31cd
; Push pointer hl in the current bank to wQueuedScriptBank.
ld a, [hROMBank]
Function31cf:: ; 31cf
; Push pointer a:hl to wd0e8.
ld [wd0e8], a
FarQueueScript:: ; 31cf
; Push pointer a:hl to wQueuedScriptBank.
ld [wQueuedScriptBank], a
ld a, l
ld [wd0e9], a
ld [wQueuedScriptAddr], a
ld a, h
ld [wd0e9 + 1], a
ld [wQueuedScriptAddr + 1], a
ret
; 31db