You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Trim address comments from maps.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user