2017-12-08 21:50:59 -08:00
|
|
|
; hMapEntryMethod values
|
2017-12-26 22:29:15 -08:00
|
|
|
; MapSetupScripts indexes (see data/maps/setup_scripts.asm)
|
2018-01-31 08:38:45 -08:00
|
|
|
const_def $f1
|
2023-10-31 12:25:56 -07:00
|
|
|
const MAPSETUP_WARP ; f1
|
|
|
|
const MAPSETUP_CONTINUE ; f2
|
|
|
|
const MAPSETUP_RELOADMAP ; f3
|
|
|
|
const MAPSETUP_TELEPORT ; f4
|
|
|
|
const MAPSETUP_DOOR ; f5
|
|
|
|
const MAPSETUP_FALL ; f6
|
|
|
|
const MAPSETUP_CONNECTION ; f7
|
|
|
|
const MAPSETUP_LINKRETURN ; f8
|
|
|
|
const MAPSETUP_TRAIN ; f9
|
|
|
|
const MAPSETUP_SUBMENU ; fa
|
|
|
|
const MAPSETUP_BADWARP ; fb
|
|
|
|
const MAPSETUP_FLY ; fc
|
|
|
|
const MAPSETUP_ENTERLEVEL ; fd
|
|
|
|
const MAPSETUP_EXITVIEWMAP ; fe
|
2022-06-06 14:25:42 -07:00
|
|
|
DEF NUM_MAPSETUP_SCRIPTS EQU const_value - $f1
|
2016-01-06 04:44:50 -08:00
|
|
|
|
2017-12-26 14:47:05 -08:00
|
|
|
; callback types
|
2018-01-31 08:38:45 -08:00
|
|
|
const_def 1
|
2017-12-26 14:47:05 -08:00
|
|
|
const MAPCALLBACK_TILES
|
|
|
|
const MAPCALLBACK_OBJECTS
|
|
|
|
const MAPCALLBACK_CMDQUEUE
|
|
|
|
const MAPCALLBACK_SPRITES
|
|
|
|
const MAPCALLBACK_NEWMAP
|