Rename several script commands
This commit is contained in:
@@ -29,6 +29,6 @@ _BasementKey: ; 507b4
|
||||
; 507e1
|
||||
|
||||
.BasementKeyScript: ; 0x507e1
|
||||
loadmovesprites
|
||||
closetext
|
||||
farjump BasementDoorScript
|
||||
; 0x507e6
|
||||
|
@@ -34,6 +34,6 @@ _CardKey: ; 50779
|
||||
; 507af
|
||||
|
||||
.CardKeyScript: ; 0x507af
|
||||
loadmovesprites
|
||||
closetext
|
||||
farjump MapRadioTower3FSignpost2Script
|
||||
; 0x507b4
|
||||
|
@@ -7,17 +7,17 @@ FindItemInBallScript:: ; 0x122ce
|
||||
playsound SFX_ITEM
|
||||
pause 60
|
||||
itemnotify
|
||||
loadmovesprites
|
||||
closetext
|
||||
end
|
||||
; 0x122e3
|
||||
|
||||
.no_room: ; 0x122e3
|
||||
loadfont
|
||||
writetext .text_found
|
||||
closetext
|
||||
waitbutton
|
||||
writetext .text_bag_full
|
||||
waitbutton
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x122ee
|
||||
|
||||
|
@@ -33,7 +33,7 @@ ItemFinder: ; 12580
|
||||
special UpdateTimePals
|
||||
callasm .ItemfinderSound
|
||||
writetext .Text_FoundSomething
|
||||
loadmovesprites
|
||||
closetext
|
||||
end
|
||||
; 0x125ba
|
||||
|
||||
@@ -41,7 +41,7 @@ ItemFinder: ; 12580
|
||||
reloadmappart
|
||||
special UpdateTimePals
|
||||
writetext .Text_FoundNothing
|
||||
loadmovesprites
|
||||
closetext
|
||||
end
|
||||
; 0x125c3
|
||||
|
||||
|
@@ -139,7 +139,7 @@ Kurt_SelectQuantity: ; 880c2
|
||||
call UpdateSprites
|
||||
call .PlaceApricornName
|
||||
call PlaceApricornQuantity
|
||||
call Function321c
|
||||
call ApplyTilemap
|
||||
callba Function27a28
|
||||
jr nc, .loop
|
||||
|
||||
|
@@ -114,7 +114,7 @@ DoPoisonStep:: ; 505da
|
||||
loadfont
|
||||
callasm .CheckWhitedOut
|
||||
iffalse .whiteout
|
||||
loadmovesprites
|
||||
closetext
|
||||
end
|
||||
; 50677
|
||||
|
||||
|
@@ -58,12 +58,12 @@ SacredAshScript: ; 0x50821
|
||||
special RotatePalettesLeftPalettes
|
||||
special RotatePalettesRightPalettes
|
||||
special RotatePalettesLeftPalettes
|
||||
waitbutton
|
||||
waitsfx
|
||||
writetext UnknownText_0x50845
|
||||
playsound SFX_CAUGHT_MON
|
||||
waitsfx
|
||||
waitbutton
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x50845
|
||||
|
||||
|
@@ -11,12 +11,12 @@ UnknownScript_0x506c8: ; 0x506c8
|
||||
special UpdateTimePals
|
||||
callasm GetPartyNick
|
||||
writetext UnknownText_0x50726
|
||||
closetext
|
||||
waitbutton
|
||||
callasm SweetScentEncounter
|
||||
iffalse UnknownScript_0x506e9
|
||||
checkflag ENGINE_BUG_CONTEST_TIMER
|
||||
iftrue UnknownScript_0x506e5
|
||||
battlecheck
|
||||
setup_random_encounter
|
||||
startbattle
|
||||
returnafterbattle
|
||||
end
|
||||
@@ -28,8 +28,8 @@ UnknownScript_0x506e5: ; 0x506e5
|
||||
|
||||
UnknownScript_0x506e9: ; 0x506e9
|
||||
writetext UnknownText_0x5072b
|
||||
waitbutton
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x506ef
|
||||
|
||||
|
@@ -124,7 +124,7 @@ Special_DisplayUnownWords: ; 8ae68
|
||||
ld [hBGMapMode], a
|
||||
call MenuBox
|
||||
call UpdateSprites
|
||||
call Function321c
|
||||
call ApplyTilemap
|
||||
call MenuBoxCoord2Tile
|
||||
inc hl
|
||||
ld d, $0
|
||||
|
@@ -9,7 +9,7 @@ Script_OverworldWhiteout:: ; 0x124c8
|
||||
|
||||
Script_Whiteout: ; 0x124ce
|
||||
writetext .WhitedOutText
|
||||
closetext
|
||||
waitbutton
|
||||
special RotatePalettesRightPalettes
|
||||
pause 40
|
||||
special HealParty
|
||||
|
Reference in New Issue
Block a user