Handle white out transition from overworld (incl. battle) to game menu (#27)

This commit is contained in:
xCrystal
2023-10-23 18:40:08 +02:00
parent 866729d024
commit ad345222ae
5 changed files with 20 additions and 8 deletions

View File

@@ -333,5 +333,6 @@ DEF NUM_BOARD_EVENTS EQU const_value - 1
; exitoverworld arguments
const_def
const ABANDONED_LEVEL ; 0
const CLEARED_LEVEL ; 1
const ABANDONED_LEVEL ; 0
const CLEARED_LEVEL ; 1
const WHITED_OUT_IN_LEVEL ; 2