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:
64
maps/EcruteakMart.asm
Normal file
64
maps/EcruteakMart.asm
Normal file
@@ -0,0 +1,64 @@
|
||||
EcruteakMart_MapScriptHeader: ; 0x99c39
|
||||
; trigger count
|
||||
db 0
|
||||
|
||||
; callback count
|
||||
db 0
|
||||
; 0x99c3b
|
||||
|
||||
UnknownScript_0x99c3b: ; 0x99c3b
|
||||
loadfont
|
||||
pokemart $0, $000e
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x99c42
|
||||
|
||||
UnknownScript_0x99c42: ; 0x99c42
|
||||
jumptextfaceplayer UnknownText_0x99c48
|
||||
; 0x99c45
|
||||
|
||||
UnknownScript_0x99c45: ; 0x99c45
|
||||
jumptextfaceplayer UnknownText_0x99cd5
|
||||
; 0x99c48
|
||||
|
||||
UnknownText_0x99c48: ; 0x99c48
|
||||
db $0, "My EEVEE evolved", $4f
|
||||
db "into an ESPEON.", $51
|
||||
db "But my friend's", $4f
|
||||
db "EEVEE turned into", $55
|
||||
db "an UMBREON.", $51
|
||||
db "I wonder why? We", $4f
|
||||
db "both were raising", $51
|
||||
db "our EEVEE in the", $4f
|
||||
db "same way…", $57
|
||||
; 0x99cd5
|
||||
|
||||
UnknownText_0x99cd5: ; 0x99cd5
|
||||
db $0, "If you use REVIVE,", $4f
|
||||
db "a #MON that's", $51
|
||||
db "fainted will wake", $4f
|
||||
db "right up.", $57
|
||||
; 0x99d12
|
||||
|
||||
EcruteakMart_MapEventHeader: ; 0x99d12
|
||||
; filler
|
||||
db 0, 0
|
||||
|
||||
; warps
|
||||
db 2
|
||||
warp_def $7, $2, 9, GROUP_ECRUTEAK_CITY, MAP_ECRUTEAK_CITY
|
||||
warp_def $7, $3, 9, GROUP_ECRUTEAK_CITY, MAP_ECRUTEAK_CITY
|
||||
|
||||
; xy triggers
|
||||
db 0
|
||||
|
||||
; signposts
|
||||
db 0
|
||||
|
||||
; people-events
|
||||
db 3
|
||||
person_event $39, 7, 5, $9, $0, 255, 255, $0, 0, UnknownScript_0x99c3b, $ffff
|
||||
person_event $2b, 6, 9, $5, $1, 255, 255, $a0, 0, UnknownScript_0x99c42, $ffff
|
||||
person_event $30, 10, 10, $7, $0, 255, 255, $0, 0, UnknownScript_0x99c45, $ffff
|
||||
; 0x99d49
|
||||
|
||||
Reference in New Issue
Block a user