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,48 +1,43 @@
CherrygroveEvolutionSpeechHouse_MapScriptHeader: ; 0x196cb0
CherrygroveEvolutionSpeechHouse_MapScriptHeader:
; trigger count
db 0
; callback count
db 0
; 0x196cb2
YoungsterScript_0x196cb2: ; 0x196cb2
YoungsterScript_0x196cb2:
loadfont
writetext UnknownText_0x196cc3
closetext
loadmovesprites
end
; 0x196cb9
LassScript_0x196cb9: ; 0x196cb9
LassScript_0x196cb9:
loadfont
writetext UnknownText_0x196cfc
closetext
loadmovesprites
end
; 0x196cc0
CherrygroveEvolutionSpeechHouseBookshelf:
jumpstd magazinebookshelf
UnknownText_0x196cc3: ; 0x196cc3
UnknownText_0x196cc3:
text "#MON gain expe-"
line "rience in battle"
para "and change their"
line "form."
done
; 0x196cfc
UnknownText_0x196cfc: ; 0x196cfc
UnknownText_0x196cfc:
text "#MON change?"
para "I would be shocked"
line "if one did that!"
done
; 0x196d2e
CherrygroveEvolutionSpeechHouse_MapEventHeader: ; 0x196d2e
CherrygroveEvolutionSpeechHouse_MapEventHeader:
; filler
db 0, 0
@@ -63,4 +58,3 @@ CherrygroveEvolutionSpeechHouse_MapEventHeader: ; 0x196d2e
db 2
person_event SPRITE_LASS, 9, 7, $8, $0, 255, 255, $a0, 0, LassScript_0x196cb9, $ffff
person_event SPRITE_YOUNGSTER, 9, 6, $9, $0, 255, 255, $80, 0, YoungsterScript_0x196cb2, $ffff
; 0x196d62