You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Implement View Map mode [commit 4]: draw arrows OAM and refactor previous commit to support this (#29)
This commit is contained in:
@@ -171,6 +171,9 @@ wTileDown:: db
|
||||
wTileUp:: db
|
||||
wTileLeft:: db
|
||||
wTileRight:: db
|
||||
assert wTileUp - wTileDown == UP
|
||||
assert wTileLeft - wTileDown == LEFT
|
||||
assert wTileRight - wTileDown == RIGHT
|
||||
|
||||
wTilePermissions::
|
||||
; set if tile behavior prevents
|
||||
|
Reference in New Issue
Block a user