mirror of
https://github.com/pret/pokegold-spaceworld.git
synced 2026-09-26 13:32:48 -04:00
12 lines
336 B
NASM
12 lines
336 B
NASM
; hMapEntryMethod values
|
|
; MapSetupScripts indexes (see data/maps/setup_scripts.asm)
|
|
const_def $f1
|
|
const MAPSETUP_NEW_GAME ; f1
|
|
const MAPSETUP_CONTINUE ; f2
|
|
const MAPSETUP_RELOADMAP ; f3
|
|
const MAPSETUP_TELEPORT ; f4
|
|
const_skip
|
|
const MAPSETUP_WARP ; f6
|
|
const MAPSETUP_CONNECTION ; f7
|
|
const MAPSETUP_EXIT_LINK ; f8
|