You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-12-11 05:02:16 -08:00
Split map scripts, text, events from main.asm
The commit we deserve
This commit is contained in:
93
maps/ViridianPokeCenter1F.asm
Normal file
93
maps/ViridianPokeCenter1F.asm
Normal file
@@ -0,0 +1,93 @@
|
||||
ViridianPokeCenter1F_MapScriptHeader: ; 0x9b68e
|
||||
; trigger count
|
||||
db 0
|
||||
|
||||
; callback count
|
||||
db 0
|
||||
; 0x9b690
|
||||
|
||||
UnknownScript_0x9b690: ; 0x9b690
|
||||
jumpstd $0000
|
||||
; 0x9b693
|
||||
|
||||
UnknownScript_0x9b693: ; 0x9b693
|
||||
faceplayer
|
||||
loadfont
|
||||
checkbit1 $0775
|
||||
iftrue UnknownScript_0x9b6a1
|
||||
2writetext UnknownText_0x9b6ad
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x9b6a1
|
||||
|
||||
UnknownScript_0x9b6a1: ; 0x9b6a1
|
||||
2writetext UnknownText_0x9b6f5
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x9b6a7
|
||||
|
||||
UnknownScript_0x9b6a7: ; 0x9b6a7
|
||||
jumptextfaceplayer UnknownText_0x9b76b
|
||||
; 0x9b6aa
|
||||
|
||||
UnknownScript_0x9b6aa: ; 0x9b6aa
|
||||
jumptextfaceplayer UnknownText_0x9b7c8
|
||||
; 0x9b6ad
|
||||
|
||||
UnknownText_0x9b6ad: ; 0x9b6ad
|
||||
db $0, "Where in the world", $4f
|
||||
db "is VIRIDIAN's GYM", $51
|
||||
db "LEADER? I wanted", $4f
|
||||
db "to challenge him.", $57
|
||||
; 0x9b6f5
|
||||
|
||||
UnknownText_0x9b6f5: ; 0x9b6f5
|
||||
db $0, "There are no GYM", $4f
|
||||
db "TRAINERS at the", $55
|
||||
db "VIRIDIAN GYM.", $51
|
||||
db "The LEADER claims", $4f
|
||||
db "his policy is to", $51
|
||||
db "win without having", $4f
|
||||
db "any underlings.", $57
|
||||
; 0x9b76b
|
||||
|
||||
UnknownText_0x9b76b: ; 0x9b76b
|
||||
db $0, "I heard that the", $4f
|
||||
db "GYM in CINNABAR is", $55
|
||||
db "gone.", $51
|
||||
db "I wonder what be-", $4f
|
||||
db "came of BLAINE,", $55
|
||||
db "the GYM LEADER.", $57
|
||||
; 0x9b7c8
|
||||
|
||||
UnknownText_0x9b7c8: ; 0x9b7c8
|
||||
db $0, "My dream is to be-", $4f
|
||||
db "come a GYM LEADER.", $57
|
||||
; 0x9b7ef
|
||||
|
||||
ViridianPokeCenter1F_MapEventHeader: ; 0x9b7ef
|
||||
; filler
|
||||
db 0, 0
|
||||
|
||||
; warps
|
||||
db 3
|
||||
warp_def $7, $3, 5, GROUP_VIRIDIAN_CITY, MAP_VIRIDIAN_CITY
|
||||
warp_def $7, $4, 5, GROUP_VIRIDIAN_CITY, MAP_VIRIDIAN_CITY
|
||||
warp_def $7, $0, 1, GROUP_POKECENTER_2F, MAP_POKECENTER_2F
|
||||
|
||||
; xy triggers
|
||||
db 0
|
||||
|
||||
; signposts
|
||||
db 0
|
||||
|
||||
; people-events
|
||||
db 4
|
||||
person_event $37, 5, 7, $6, $0, 255, 255, $0, 0, UnknownScript_0x9b690, $ffff
|
||||
person_event $23, 8, 12, $5, $1, 255, 255, $80, 0, UnknownScript_0x9b693, $ffff
|
||||
person_event $24, 7, 9, $7, $0, 255, 255, $90, 0, UnknownScript_0x9b6a7, $ffff
|
||||
person_event $25, 10, 5, $9, $0, 255, 255, $a0, 0, UnknownScript_0x9b6aa, $ffff
|
||||
; 0x9b838
|
||||
|
||||
Reference in New Issue
Block a user