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:
43
maps/BlackthornDodrioTradeHouse.asm
Normal file
43
maps/BlackthornDodrioTradeHouse.asm
Normal file
@@ -0,0 +1,43 @@
|
||||
BlackthornDodrioTradeHouse_MapScriptHeader: ; 0x195a28
|
||||
; trigger count
|
||||
db 0
|
||||
|
||||
; callback count
|
||||
db 0
|
||||
; 0x195a2a
|
||||
|
||||
UnknownScript_0x195a2a: ; 0x195a2a
|
||||
faceplayer
|
||||
loadfont
|
||||
trade $3
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x195a31
|
||||
|
||||
MapBlackthornDodrioTradeHouseSignpost1Script: ; 0x195a31
|
||||
jumpstd $0003
|
||||
; 0x195a34
|
||||
|
||||
BlackthornDodrioTradeHouse_MapEventHeader: ; 0x195a34
|
||||
; filler
|
||||
db 0, 0
|
||||
|
||||
; warps
|
||||
db 2
|
||||
warp_def $7, $2, 3, GROUP_BLACKTHORN_CITY, MAP_BLACKTHORN_CITY
|
||||
warp_def $7, $3, 3, GROUP_BLACKTHORN_CITY, MAP_BLACKTHORN_CITY
|
||||
|
||||
; xy triggers
|
||||
db 0
|
||||
|
||||
; signposts
|
||||
db 2
|
||||
signpost 1, 0, $0, MapBlackthornDodrioTradeHouseSignpost1Script
|
||||
signpost 1, 1, $0, MapBlackthornDodrioTradeHouseSignpost1Script
|
||||
|
||||
; people-events
|
||||
db 1
|
||||
person_event $28, 7, 6, $3, $0, 255, 255, $a0, 0, UnknownScript_0x195a2a, $ffff
|
||||
; 0x195a5b
|
||||
|
||||
Reference in New Issue
Block a user