Trim address comments from maps.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
DayCare_MapScriptHeader: ; 0x62f76
|
||||
DayCare_MapScriptHeader:
|
||||
; trigger count
|
||||
db 0
|
||||
|
||||
@@ -8,23 +8,20 @@ DayCare_MapScriptHeader: ; 0x62f76
|
||||
; callbacks
|
||||
|
||||
dbw 2, UnknownScript_0x62f7b
|
||||
; 0x62f7b
|
||||
|
||||
UnknownScript_0x62f7b: ; 0x62f7b
|
||||
UnknownScript_0x62f7b:
|
||||
checkflag $0005
|
||||
iftrue UnknownScript_0x62f88
|
||||
clearevent $06e5
|
||||
setevent $06e6
|
||||
return
|
||||
; 0x62f88
|
||||
|
||||
UnknownScript_0x62f88: ; 0x62f88
|
||||
UnknownScript_0x62f88:
|
||||
setevent $06e5
|
||||
clearevent $06e6
|
||||
return
|
||||
; 0x62f8f
|
||||
|
||||
GrampsScript_0x62f8f: ; 0x62f8f
|
||||
GrampsScript_0x62f8f:
|
||||
faceplayer
|
||||
loadfont
|
||||
checkevent EVENT_GOT_ODD_EGG
|
||||
@@ -44,24 +41,21 @@ GrampsScript_0x62f8f: ; 0x62f8f
|
||||
loadmovesprites
|
||||
setevent EVENT_GOT_ODD_EGG
|
||||
end
|
||||
; 0x62fb6
|
||||
|
||||
UnknownScript_0x62fb6: ; 0x62fb6
|
||||
UnknownScript_0x62fb6:
|
||||
loadfont
|
||||
writetext UnknownText_0x63237
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x62fbd
|
||||
|
||||
UnknownScript_0x62fbd: ; 0x62fbd
|
||||
UnknownScript_0x62fbd:
|
||||
special Function166d6
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x62fc3
|
||||
|
||||
GrannyScript_0x62fc3: ; 0x62fc3
|
||||
GrannyScript_0x62fc3:
|
||||
faceplayer
|
||||
loadfont
|
||||
checkflag $0005
|
||||
@@ -70,25 +64,22 @@ GrannyScript_0x62fc3: ; 0x62fc3
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x62fd1
|
||||
|
||||
UnknownScript_0x62fd1: ; 0x62fd1
|
||||
UnknownScript_0x62fd1:
|
||||
writetext UnknownText_0x62fda
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x62fd7
|
||||
|
||||
DayCareBookshelf:
|
||||
jumpstd difficultbookshelf
|
||||
|
||||
UnknownText_0x62fda: ; 0x62fda
|
||||
UnknownText_0x62fda:
|
||||
text "Gramps was looking"
|
||||
line "for you."
|
||||
done
|
||||
; 0x62ff7
|
||||
|
||||
UnknownText_0x62ff7: ; 0x62ff7
|
||||
UnknownText_0x62ff7:
|
||||
text "I'm the DAY-CARE"
|
||||
line "MAN."
|
||||
|
||||
@@ -110,9 +101,8 @@ UnknownText_0x62ff7: ; 0x62ff7
|
||||
para "need it. You may"
|
||||
line "as well have it."
|
||||
done
|
||||
; 0x630ce
|
||||
|
||||
UnknownText_0x630ce: ; 0x630ce
|
||||
UnknownText_0x630ce:
|
||||
text "I'm the DAY-CARE"
|
||||
line "MAN."
|
||||
|
||||
@@ -135,20 +125,17 @@ UnknownText_0x630ce: ; 0x630ce
|
||||
para "Then fine, this is"
|
||||
line "yours to keep!"
|
||||
done
|
||||
; 0x631a1
|
||||
|
||||
UnknownText_0x631a1: ; 0x631a1
|
||||
UnknownText_0x631a1:
|
||||
text "Come again."
|
||||
done
|
||||
; 0x631ae
|
||||
|
||||
UnknownText_0x631ae: ; 0x631ae
|
||||
UnknownText_0x631ae:
|
||||
text "<PLAYER> received"
|
||||
line "ODD EGG!"
|
||||
done
|
||||
; 0x631c3
|
||||
|
||||
UnknownText_0x631c3: ; 0x631c3
|
||||
UnknownText_0x631c3:
|
||||
text "I found that when"
|
||||
line "I was caring for"
|
||||
|
||||
@@ -161,15 +148,13 @@ UnknownText_0x631c3: ; 0x631c3
|
||||
para "EGG, so I'd kept"
|
||||
line "it around."
|
||||
done
|
||||
; 0x63237
|
||||
|
||||
UnknownText_0x63237: ; 0x63237
|
||||
UnknownText_0x63237:
|
||||
text "You've no room for"
|
||||
line "this."
|
||||
done
|
||||
; 0x63250
|
||||
|
||||
DayCare_MapEventHeader: ; 0x63250
|
||||
DayCare_MapEventHeader:
|
||||
; filler
|
||||
db 0, 0
|
||||
|
||||
@@ -192,4 +177,3 @@ DayCare_MapEventHeader: ; 0x63250
|
||||
db 2
|
||||
person_event SPRITE_GRAMPS, 7, 6, $9, $0, 255, 255, $0, 0, GrampsScript_0x62f8f, $06e5
|
||||
person_event SPRITE_GRANNY, 7, 9, $8, $0, 255, 255, $80, 0, GrannyScript_0x62fc3, $ffff
|
||||
; 0x6328e
|
||||
|
Reference in New Issue
Block a user