You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Split map scripts, text, events from main.asm
The commit we deserve
This commit is contained in:
27
maps/TinTower2F.asm
Normal file
27
maps/TinTower2F.asm
Normal file
@@ -0,0 +1,27 @@
|
||||
TinTower2F_MapScriptHeader: ; 0x185a23
|
||||
; trigger count
|
||||
db 0
|
||||
|
||||
; callback count
|
||||
db 0
|
||||
; 0x185a25
|
||||
|
||||
TinTower2F_MapEventHeader: ; 0x185a25
|
||||
; filler
|
||||
db 0, 0
|
||||
|
||||
; warps
|
||||
db 2
|
||||
warp_def $e, $a, 1, GROUP_TIN_TOWER_3F, MAP_TIN_TOWER_3F
|
||||
warp_def $2, $a, 3, GROUP_TIN_TOWER_1F, MAP_TIN_TOWER_1F
|
||||
|
||||
; xy triggers
|
||||
db 0
|
||||
|
||||
; signposts
|
||||
db 0
|
||||
|
||||
; people-events
|
||||
db 0
|
||||
; 0x185a35
|
||||
|
||||
Reference in New Issue
Block a user