You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-12-11 05:02:16 -08:00
Added labels to different parts of the map script and event headers
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
MountMortar1FInside_MapScriptHeader:
|
||||
; trigger count
|
||||
.MapTriggers:
|
||||
db 0
|
||||
|
||||
; callback count
|
||||
.MapCallbacks:
|
||||
db 0
|
||||
|
||||
TrainerPokemaniacMiller:
|
||||
@@ -109,7 +109,7 @@ MountMortar1FInside_MapEventHeader:
|
||||
; filler
|
||||
db 0, 0
|
||||
|
||||
; warps
|
||||
.Warps:
|
||||
db 6
|
||||
warp_def $2f, $b, 5, GROUP_MOUNT_MORTAR_1F_OUTSIDE, MAP_MOUNT_MORTAR_1F_OUTSIDE
|
||||
warp_def $2f, $1d, 6, GROUP_MOUNT_MORTAR_1F_OUTSIDE, MAP_MOUNT_MORTAR_1F_OUTSIDE
|
||||
@@ -118,14 +118,14 @@ MountMortar1FInside_MapEventHeader:
|
||||
warp_def $13, $3, 1, GROUP_MOUNT_MORTAR_B1F, MAP_MOUNT_MORTAR_B1F
|
||||
warp_def $9, $9, 2, GROUP_MOUNT_MORTAR_2F_INSIDE, MAP_MOUNT_MORTAR_2F_INSIDE
|
||||
|
||||
; xy triggers
|
||||
.XYTriggers:
|
||||
db 0
|
||||
|
||||
; signposts
|
||||
.Signposts:
|
||||
db 1
|
||||
signpost 11, 30, SIGNPOST_ITEM, MapMountMortar1FInsideSignpostItem0
|
||||
|
||||
; people-events
|
||||
.PersonEvents:
|
||||
db 10
|
||||
person_event SPRITE_BOULDER, 47, 25, OW_LEFT | $11, $0, -1, -1, $0, 0, MountMortar1FBoulder, -1
|
||||
person_event SPRITE_POKE_BALL, 42, 39, OW_DOWN | $1, $0, -1, -1, $1, 0, ItemFragment_0x7de7c, EVENT_MOUNT_MORTAR_1F_INSIDE_ESCAPE_ROPE
|
||||
|
||||
Reference in New Issue
Block a user