Create BOARDEVENT_END_TURN as a transition between turns after landing on space (#25)

This commit is contained in:
xCrystal
2023-10-14 21:45:48 +02:00
parent b9ac41feb6
commit 7448da8380
3 changed files with 34 additions and 8 deletions

View File

@@ -328,4 +328,5 @@ DEF NUM_UNOWN_PUZZLES EQU const_value
const_def 1
const BOARDEVENT_DISPLAY_MENU ; 1
const BOARDEVENT_HANDLE_BOARD ; 2
const BOARDEVENT_END_TURN ; 3
DEF NUM_BOARD_EVENTS EQU const_value - 1