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 @@
|
||||
Route2NuggetSpeechHouse_MapScriptHeader: ; 0x9b845
|
||||
Route2NuggetSpeechHouse_MapScriptHeader:
|
||||
; trigger count
|
||||
db 0
|
||||
|
||||
; callback count
|
||||
db 0
|
||||
; 0x9b847
|
||||
|
||||
FisherScript_0x9b847: ; 0x9b847
|
||||
FisherScript_0x9b847:
|
||||
faceplayer
|
||||
loadfont
|
||||
checkevent $00c8
|
||||
@@ -16,10 +15,10 @@ FisherScript_0x9b847: ; 0x9b847
|
||||
verbosegiveitem NUGGET, 1
|
||||
iffalse UnknownScript_0x9b860
|
||||
setevent $00c8
|
||||
UnknownScript_0x9b85c: ; 0x9b85c
|
||||
UnknownScript_0x9b85c:
|
||||
writetext UnknownText_0x9b8e5
|
||||
closetext
|
||||
UnknownScript_0x9b860: ; 0x9b860
|
||||
UnknownScript_0x9b860:
|
||||
loadmovesprites
|
||||
end
|
||||
|
||||
@@ -27,7 +26,7 @@ Route2NuggetSpeechHouseBookshelf:
|
||||
; unused
|
||||
jumpstd difficultbookshelf
|
||||
|
||||
UnknownText_0x9b865: ; 0x9b865
|
||||
UnknownText_0x9b865:
|
||||
text "Hi! Wow, I'm glad"
|
||||
line "to see you."
|
||||
|
||||
@@ -39,9 +38,8 @@ UnknownText_0x9b865: ; 0x9b865
|
||||
line "Let me give you a"
|
||||
cont "little present."
|
||||
done
|
||||
; 0x9b8e5
|
||||
|
||||
UnknownText_0x9b8e5: ; 0x9b8e5
|
||||
UnknownText_0x9b8e5:
|
||||
text "That's a NUGGET."
|
||||
|
||||
para "I can't give you"
|
||||
@@ -50,9 +48,8 @@ UnknownText_0x9b8e5: ; 0x9b8e5
|
||||
para "wisdom, so that'll"
|
||||
line "have to do!"
|
||||
done
|
||||
; 0x9b933
|
||||
|
||||
Route2NuggetSpeechHouse_MapEventHeader: ; 0x9b933
|
||||
Route2NuggetSpeechHouse_MapEventHeader:
|
||||
; filler
|
||||
db 0, 0
|
||||
|
||||
@@ -70,4 +67,3 @@ Route2NuggetSpeechHouse_MapEventHeader: ; 0x9b933
|
||||
; people-events
|
||||
db 1
|
||||
person_event SPRITE_FISHER, 8, 6, $4, $20, 255, 255, $90, 0, FisherScript_0x9b847, $ffff
|
||||
; 0x9b950
|
||||
|
||||
Reference in New Issue
Block a user