Fix triple newlines left over from removing address comments
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
; Event scripting commands.
|
||||
|
||||
|
||||
EnableScriptMode::
|
||||
push af
|
||||
ld a, SCRIPT_READ
|
||||
@@ -62,7 +61,6 @@ RunScriptCommand:
|
||||
rst JumpTable
|
||||
ret
|
||||
|
||||
|
||||
ScriptCommandTable:
|
||||
; entries correspond to macros/scripts/events.asm enumeration
|
||||
dw Script_scall ; 00
|
||||
@@ -332,7 +330,6 @@ JumpTextScript:
|
||||
closetext
|
||||
end
|
||||
|
||||
|
||||
if _CRYSTAL
|
||||
|
||||
Script_farjumptext:
|
||||
@@ -351,7 +348,6 @@ Script_farjumptext:
|
||||
|
||||
endc
|
||||
|
||||
|
||||
Script_writetext:
|
||||
; script command 0x4c
|
||||
; parameters: text_pointer
|
||||
@@ -521,7 +517,6 @@ Script_verbosegiveitem:
|
||||
ld de, GiveItemScript
|
||||
jp ScriptCall
|
||||
|
||||
|
||||
ret_96f76:
|
||||
ret
|
||||
|
||||
@@ -544,7 +539,6 @@ ReceivedItemText:
|
||||
text_jump UnknownText_0x1c4719
|
||||
db "@"
|
||||
|
||||
|
||||
Script_verbosegiveitem2:
|
||||
; script command 0x9f
|
||||
; parameters: item, var
|
||||
@@ -608,7 +602,6 @@ Script_specialsound:
|
||||
call WaitSFX
|
||||
ret
|
||||
|
||||
|
||||
GetPocketName:
|
||||
farcall CheckItemPocket
|
||||
ld a, [wItemAttributeParamBuffer]
|
||||
@@ -634,7 +627,6 @@ CurItemName:
|
||||
call GetItemName
|
||||
ret
|
||||
|
||||
|
||||
PutItemInPocketText:
|
||||
text_jump UnknownText_0x1c472c
|
||||
db "@"
|
||||
@@ -643,7 +635,6 @@ PocketIsFullText:
|
||||
text_jump UnknownText_0x1c474b
|
||||
db "@"
|
||||
|
||||
|
||||
Script_pokemart:
|
||||
; script command 0x94
|
||||
; parameters: dialog_id, mart_id
|
||||
@@ -1274,7 +1265,6 @@ ShowEmoteScript:
|
||||
step_sleep 1
|
||||
step_end
|
||||
|
||||
|
||||
Script_earthquake:
|
||||
; script command 0x78
|
||||
; parameters: param
|
||||
@@ -1301,7 +1291,6 @@ EarthquakeMovement:
|
||||
step_end
|
||||
.End
|
||||
|
||||
|
||||
Script_loadpikachudata:
|
||||
; script command 0x5a
|
||||
|
||||
@@ -2664,7 +2653,6 @@ Script_closetext:
|
||||
call CloseText
|
||||
ret
|
||||
|
||||
|
||||
Script_passtoengine:
|
||||
; script command 0x89
|
||||
; parameters: data_pointer
|
||||
@@ -2834,7 +2822,6 @@ Script_checksave:
|
||||
ld [wScriptVar], a
|
||||
ret
|
||||
|
||||
|
||||
; unused
|
||||
ld a, [.byte]
|
||||
ld [wScriptVar], a
|
||||
|
Reference in New Issue
Block a user