Trim address comments from maps.

This commit is contained in:
IIMarckus
2015-07-10 02:45:35 -06:00
parent 718c2260e9
commit 63079fa1fe
241 changed files with 4058 additions and 7543 deletions

View File

@@ -1,12 +1,11 @@
Route43MahoganyGate_MapScriptHeader: ; 0x19ab09
Route43MahoganyGate_MapScriptHeader:
; trigger count
db 0
; callback count
db 0
; 0x19ab0b
OfficerScript_0x19ab0b: ; 0x19ab0b
OfficerScript_0x19ab0b:
faceplayer
loadfont
checkevent EVENT_CLEARED_ROCKET_HIDEOUT
@@ -15,32 +14,28 @@ OfficerScript_0x19ab0b: ; 0x19ab0b
closetext
loadmovesprites
end
; 0x19ab19
UnknownScript_0x19ab19: ; 0x19ab19
UnknownScript_0x19ab19:
writetext UnknownText_0x19ab65
closetext
loadmovesprites
end
; 0x19ab1f
UnknownText_0x19ab1f: ; 0x19ab1f
UnknownText_0x19ab1f:
text "Only people headed"
line "up to LAKE OF RAGE"
para "have been through"
line "here lately."
done
; 0x19ab65
UnknownText_0x19ab65: ; 0x19ab65
UnknownText_0x19ab65:
text "Nobody goes up to"
line "LAKE OF RAGE these"
cont "days."
done
; 0x19ab91
Route43MahoganyGate_MapEventHeader: ; 0x19ab91
Route43MahoganyGate_MapEventHeader:
; filler
db 0, 0
@@ -60,4 +55,3 @@ Route43MahoganyGate_MapEventHeader: ; 0x19ab91
; people-events
db 1
person_event SPRITE_OFFICER, 8, 4, $9, $0, 255, 255, $80, 0, OfficerScript_0x19ab0b, $ffff
; 0x19abb8