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:
50
maps/GoldenrodNameRatersHouse.asm
Normal file
50
maps/GoldenrodNameRatersHouse.asm
Normal file
@@ -0,0 +1,50 @@
|
||||
GoldenrodNameRatersHouse_MapScriptHeader: ; 0x5577a
|
||||
; trigger count
|
||||
db 0
|
||||
|
||||
; callback count
|
||||
db 0
|
||||
; 0x5577c
|
||||
|
||||
UnknownScript_0x5577c: ; 0x5577c
|
||||
faceplayer
|
||||
loadfont
|
||||
special $0057
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x55784
|
||||
|
||||
MapGoldenrodNameRatersHouseSignpost1Script: ; 0x55784
|
||||
jumpstd $0001
|
||||
; 0x55787
|
||||
|
||||
MapGoldenrodNameRatersHouseSignpost2Script: ; 0x55787
|
||||
jumpstd $000c
|
||||
; 0x5578a
|
||||
|
||||
INCLUDE "text/sweethoney.asm"
|
||||
|
||||
GoldenrodNameRatersHouse_MapEventHeader: ; 0x55953
|
||||
; filler
|
||||
db 0, 0
|
||||
|
||||
; warps
|
||||
db 2
|
||||
warp_def $7, $2, 8, GROUP_GOLDENROD_CITY, MAP_GOLDENROD_CITY
|
||||
warp_def $7, $3, 8, GROUP_GOLDENROD_CITY, MAP_GOLDENROD_CITY
|
||||
|
||||
; xy triggers
|
||||
db 0
|
||||
|
||||
; signposts
|
||||
db 3
|
||||
signpost 1, 0, $0, MapGoldenrodNameRatersHouseSignpost1Script
|
||||
signpost 1, 1, $0, MapGoldenrodNameRatersHouseSignpost1Script
|
||||
signpost 1, 7, $0, MapGoldenrodNameRatersHouseSignpost2Script
|
||||
|
||||
; people-events
|
||||
db 1
|
||||
person_event $40, 8, 6, $6, $2, 255, 255, $0, 0, UnknownScript_0x5577c, $ffff
|
||||
; 0x5597f
|
||||
|
||||
Reference in New Issue
Block a user