Implement View Map mode [commit 4]: draw arrows OAM and refactor previous commit to support this (#29)

This commit is contained in:
xCrystal
2023-11-04 13:04:25 +01:00
parent c2e7422ba0
commit 8f3e9b04e2
11 changed files with 194 additions and 50 deletions

View File

@@ -1515,6 +1515,12 @@ SaveScreen_LoadConnection::
ret
GetMovementPermissions::
; permissions are ignored in View Map mode
; collisions are handled differently in View Map mode
ld a, [hCurBoardEvent]
cp BOARDEVENT_VIEW_MAP_MODE
ret z
xor a
ld [wTilePermissions], a
call .LeftRight