mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
48dbfc6333
The commit we deserve
58 lines
1.2 KiB
NASM
58 lines
1.2 KiB
NASM
CinnabarPokeCenter1F_MapScriptHeader: ; 0x1ab32a
|
|
; trigger count
|
|
db 0
|
|
|
|
; callback count
|
|
db 0
|
|
; 0x1ab32c
|
|
|
|
UnknownScript_0x1ab32c: ; 0x1ab32c
|
|
jumpstd $0000
|
|
; 0x1ab32f
|
|
|
|
UnknownScript_0x1ab32f: ; 0x1ab32f
|
|
jumptextfaceplayer UnknownText_0x1ab335
|
|
; 0x1ab332
|
|
|
|
UnknownScript_0x1ab332: ; 0x1ab332
|
|
jumptextfaceplayer UnknownText_0x1ab37f
|
|
; 0x1ab335
|
|
|
|
UnknownText_0x1ab335: ; 0x1ab335
|
|
db $0, "CINNABAR GYM's", $4f
|
|
db "BLAINE apparently", $51
|
|
db "lives alone in the", $4f
|
|
db "SEAFOAM ISLANDS", $55
|
|
db "caveā¦", $57
|
|
; 0x1ab37f
|
|
|
|
UnknownText_0x1ab37f: ; 0x1ab37f
|
|
db $0, "It's been a year", $4f
|
|
db "since the volcano", $55
|
|
db "erupted.", $57
|
|
; 0x1ab3ab
|
|
|
|
CinnabarPokeCenter1F_MapEventHeader: ; 0x1ab3ab
|
|
; filler
|
|
db 0, 0
|
|
|
|
; warps
|
|
db 3
|
|
warp_def $7, $3, 1, GROUP_CINNABAR_ISLAND, MAP_CINNABAR_ISLAND
|
|
warp_def $7, $4, 1, GROUP_CINNABAR_ISLAND, MAP_CINNABAR_ISLAND
|
|
warp_def $7, $0, 1, GROUP_POKECENTER_2F, MAP_POKECENTER_2F
|
|
|
|
; xy triggers
|
|
db 0
|
|
|
|
; signposts
|
|
db 0
|
|
|
|
; people-events
|
|
db 3
|
|
person_event $37, 5, 7, $6, $0, 255, 255, $0, 0, UnknownScript_0x1ab32c, $ffff
|
|
person_event $24, 10, 11, $5, $2, 255, 255, $80, 0, UnknownScript_0x1ab32f, $ffff
|
|
person_event $3a, 8, 6, $6, $0, 255, 255, $a0, 0, UnknownScript_0x1ab332, $ffff
|
|
; 0x1ab3e7
|
|
|