You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
warp_event x, y, map, warp_id
This commit is contained in:
@@ -339,10 +339,10 @@ LancesRoom_MapEvents:
|
||||
db 0, 0 ; filler
|
||||
|
||||
db 4 ; warp events
|
||||
warp_event 4, 23, 3, KARENS_ROOM
|
||||
warp_event 5, 23, 4, KARENS_ROOM
|
||||
warp_event 4, 1, 1, HALL_OF_FAME
|
||||
warp_event 5, 1, 2, HALL_OF_FAME
|
||||
warp_event 4, 23, KARENS_ROOM, 3
|
||||
warp_event 5, 23, KARENS_ROOM, 4
|
||||
warp_event 4, 1, HALL_OF_FAME, 1
|
||||
warp_event 5, 1, HALL_OF_FAME, 2
|
||||
|
||||
db 2 ; coord events
|
||||
coord_event 4, 5, SCENE_LANCESROOM_APPROACH_LANCE, Script_ApproachLanceFromLeft
|
||||
|
||||
Reference in New Issue
Block a user