You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Add anchor points to support manual movement between spaces (#26)
This commit is contained in:
13
ram/wram.asm
13
ram/wram.asm
@@ -1597,6 +1597,13 @@ wElevatorPointer:: dw
|
||||
wElevatorOriginFloor:: db
|
||||
wElevatorDataEnd::
|
||||
|
||||
NEXTU
|
||||
; anchor event data
|
||||
wCurAnchorEvent::
|
||||
wCurAnchorEventXCoord:: db
|
||||
wCurAnchorEventYCoord:: db
|
||||
wCurAnchorEventNextSpace:: db
|
||||
|
||||
NEXTU
|
||||
; coord event data
|
||||
wCurCoordEvent::
|
||||
@@ -2434,8 +2441,10 @@ wBikeFlags::
|
||||
wCurMapSceneScriptPointer:: dw
|
||||
|
||||
wCurCaller:: dw
|
||||
wCurMapWarpCount:: db
|
||||
wCurMapWarpsPointer:: dw
|
||||
wCurMapWarpEventCount:: db
|
||||
wCurMapWarpEventsPointer:: dw
|
||||
wCurMapAnchorEventCount:: db
|
||||
wCurMapAnchorEventsPointer:: dw
|
||||
wCurMapCoordEventCount:: db
|
||||
wCurMapCoordEventsPointer:: dw
|
||||
wCurMapBGEventCount:: db
|
||||
|
Reference in New Issue
Block a user