Define scene constants alongside scene_scripts (#979)
Generic SCENE_DEFAULT and SCENE_FINISHED are legacy values
This commit is contained in:
@@ -249,6 +249,9 @@ DEF PERSONTYPE_SCRIPT EQUS "OBJECTTYPE_SCRIPT"
|
||||
DEF PERSONTYPE_ITEMBALL EQUS "OBJECTTYPE_ITEMBALL"
|
||||
DEF PERSONTYPE_TRAINER EQUS "OBJECTTYPE_TRAINER"
|
||||
|
||||
DEF SCENE_DEFAULT EQU 0
|
||||
DEF SCENE_FINISHED EQU 1
|
||||
|
||||
; macros/scripts/movement.asm
|
||||
|
||||
DEF show_person EQUS "show_object"
|
||||
|
Reference in New Issue
Block a user