Rename several script commands

This commit is contained in:
PikalaxALT
2015-11-25 10:16:29 -05:00
parent f599e477fc
commit 01792e00d2
327 changed files with 2935 additions and 2926 deletions

View File

@@ -285,7 +285,7 @@ BattleTextBox:: ; 3ac3
call SpeechTextBox
call MobileTextBorder
call UpdateSprites
call Function321c
call ApplyTilemap
pop hl
call PrintTextBoxText
ret

View File

@@ -313,7 +313,7 @@ JoyWaitAorB:: ; a36
jr .loop
; a46
CloseText:: ; a46
WaitButton:: ; a46
ld a, [hOAMUpdate]
push af
ld a, 1

View File

@@ -1091,7 +1091,7 @@ MapTextbox:: ; 269a
call Function2e31
ld a, 1
ld [hOAMUpdate], a
call Function321c
call ApplyTilemap
pop hl
call PrintTextBoxText
xor a
@@ -2043,7 +2043,7 @@ Function2b5c:: ; 2b5c
Function2b74:: ; 0x2b74
push af
ld a, $1
ld [wc2ce], a
ld [wSpriteUpdatesEnabled], a
call ClearBGPalettes
call ClearSprites
call Function2bae

View File

@@ -77,7 +77,7 @@ InterpretMenu2::
call MenuBox
call UpdateSprites
call Function1c89
call Function321c
call ApplyTilemap
call CopyMenuData2
ld a, [wMenuData2Flags]
bit 7, a
@@ -262,7 +262,7 @@ MenuWriteText::
push af
ld a, $1
ld [hOAMUpdate], a
call Function321c
call ApplyTilemap
pop af
ld [hOAMUpdate], a
ret
@@ -548,7 +548,7 @@ PlayClickSFX:: ; 2009
MenuTextBoxWaitButton:: ; 2012
call MenuTextBox
call CloseText
call WaitButton
call ExitMenu
ret
; 201c

View File

@@ -2,7 +2,7 @@ RTC:: ; 46f
; update time and time-sensitive palettes
; rtc enabled?
ld a, [wc2ce]
ld a, [wSpriteUpdatesEnabled]
cp 0
ret z

View File

@@ -192,7 +192,7 @@ SetUpTextBox:: ; 106c
push hl
call SpeechTextBox
call UpdateSprites
call Function321c
call ApplyTilemap
pop hl
ret
; 1078

View File

@@ -16,7 +16,7 @@ Function1c10:: ; 0x1c10
WriteBackup:: ; 0x1c17
push af
call ExitMenu
call Function321c
call ApplyTilemap
call UpdateSprites
pop af
ret

View File

@@ -16,7 +16,7 @@ ResetWindow:: ; 2dba
; 2dcf
LoadMoveSprites:: ; 2dcf
CloseText:: ; 2dcf
ld a, [hOAMUpdate]
push af
ld a, $1