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,43 +1,37 @@
|
||||
VermilionMart_MapScriptHeader: ; 0x191f7c
|
||||
VermilionMart_MapScriptHeader:
|
||||
; trigger count
|
||||
db 0
|
||||
|
||||
; callback count
|
||||
db 0
|
||||
; 0x191f7e
|
||||
|
||||
ClerkScript_0x191f7e: ; 0x191f7e
|
||||
ClerkScript_0x191f7e:
|
||||
loadfont
|
||||
pokemart $0, $0016
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x191f85
|
||||
|
||||
SuperNerdScript_0x191f85: ; 0x191f85
|
||||
SuperNerdScript_0x191f85:
|
||||
jumptextfaceplayer UnknownText_0x191f8b
|
||||
; 0x191f88
|
||||
|
||||
BuenaScript_0x191f88: ; 0x191f88
|
||||
BuenaScript_0x191f88:
|
||||
jumptextfaceplayer UnknownText_0x191fca
|
||||
; 0x191f8b
|
||||
|
||||
UnknownText_0x191f8b: ; 0x191f8b
|
||||
UnknownText_0x191f8b:
|
||||
text "TEAM ROCKET is no"
|
||||
line "longer in KANTO."
|
||||
|
||||
para "That alone makes"
|
||||
line "me happy."
|
||||
done
|
||||
; 0x191fca
|
||||
|
||||
UnknownText_0x191fca: ; 0x191fca
|
||||
UnknownText_0x191fca:
|
||||
text "I'm thinking about"
|
||||
line "going shopping in"
|
||||
cont "SAFFRON."
|
||||
done
|
||||
; 0x191ff8
|
||||
|
||||
VermilionMart_MapEventHeader: ; 0x191ff8
|
||||
VermilionMart_MapEventHeader:
|
||||
; filler
|
||||
db 0, 0
|
||||
|
||||
@@ -57,4 +51,3 @@ VermilionMart_MapEventHeader: ; 0x191ff8
|
||||
person_event SPRITE_CLERK, 7, 5, $9, $0, 255, 255, $0, 0, ClerkScript_0x191f7e, $ffff
|
||||
person_event SPRITE_SUPER_NERD, 6, 9, $6, $0, 255, 255, $80, 0, SuperNerdScript_0x191f85, $ffff
|
||||
person_event SPRITE_BUENA, 10, 12, $5, $1, 255, 255, $a0, 0, BuenaScript_0x191f88, $ffff
|
||||
; 0x19202f
|
||||
|
||||
Reference in New Issue
Block a user