dmapdata#
Load with Game->LoadDMapData().
Variables#
const int |
|
int |
|
int |
|
int |
|
int |
|
int |
|
int |
|
int |
|
int |
|
int |
|
int |
|
int |
|
int |
|
int |
|
int[] |
|
int[] |
|
int[] |
|
int[] |
|
int[] |
|
int[] |
|
bool[] |
|
int[] |
|
bool |
|
int |
|
int |
|
untyped[] |
|
int |
|
untyped[] |
|
int[] |
|
int |
|
int |
|
int |
|
int |
|
int |
|
int |
|
int |
Functions#
Enumerations#
DMap Types for used with dmapdata::Type
DMapType DMAP_DUNGEON = 0
DMapType DMAP_OVERWORLD = 1
DMapType DMAP_CAVE = 2
DMapType DMAP_BSOVERWORLD = 3
Used with dmapdata::Flagset[].
DMapFlag DMFS_CAVESNOTCELLARS = 0
Use caves instead of item cellars
DMapFlag DMFS_3STAIRWARPS = 1
Allow 3-stair warps
DMapFlag DMFS_WWIND = 2
Allow whistle whirlwinds
DMapFlag DMFS_GUYCAVES = 3
Special rooms and guys are in caves only
DMapFlag DMFS_NOCOMPASS = 4
Donβt display compass marker in minimap
DMapFlag DMFS_WAVY = 5
Underwater wave effect
DMapFlag DMFS_WWINDRET = 6
Whistle whirlwind returns Link to beginning
DMapFlag DMFS_ALWAYSINTROMSG = 7
Always display intro string
DMapFlag DMFS_VIEWMAP = 8
View overworld map by pressing βMapβ
DMapFlag DMFS_DMAPMAP = 9
β¦But only show screens marked in minimap
DMapFlag DMFS_MINIMAPCOLORFIX = 10
Use minimap foreground color 2
DMapFlag DMFS_MINIMAPCOLOURFIX = 10
Use minimap foreground color 2
DMapFlag DMFS_SCRIPT1 = 11
DMap Script Flag 1
DMapFlag DMFS_SCRIPT2 = 12
DMap Script Flag 2
DMapFlag DMFS_SCRIPT3 = 13
DMap Script Flag 3
DMapFlag DMFS_SCRIPT4 = 14
DMap Script Flag 4
DMapFlag DMFS_SCRIPT5 = 15
DMap Script Flag 5
DMapFlag DMFS_RESERVED = 16
RESERVED DO NOT USE
DMapFlag DMFS_LAYER3ISBACKGROUND = 17
Layer 3 is Background
DMapFlag DMFS_LAYER2ISBACKGROUND = 18
Layer 2 is Background
DMapFlag DMFS_TRUECELLARENEMIES = 19
True Cellar Enemies
DMapFlag DMFS_BUNNY = 20
Become Bunny with no Pearl
DMapFlag DMFS_MIRRORCONTINUE = 21
Mirror Continues instead of Warping
DMapFlag DMFS_MAX = 22
enum DMapBitflags: π Source
Used with Game->DMapFlags[] and dmapdata::Flags.
Deprecated: Use DMapFlag (DMFS_) and dmapdata::Flagset[] instead!
DMapBitflags DMF_CAVESNOTCELLARS = 1
Use caves instead of item cellars.
DMapBitflags DMF_3STAIRWARPS = 2
Allow 3-stair warps.
DMapBitflags DMF_WWIND = 4
Allow whistle whirlwinds.
DMapBitflags DMF_GUYCAVES = 8
Special rooms and guys are in caves only.
DMapBitflags DMF_NOCOMPASS = 16
Donβt display compass marker in minimap.
DMapBitflags DMF_WAVY = 32
Underwater wave effect.
DMapBitflags DMF_WWINDRET = 64
Whistle whirlwind returns Link to beginning.
DMapBitflags DMF_ALWAYSINTROMSG = 128
Always display intro string.
DMapBitflags DMF_VIEWMAP = 256
View overworld map by pressing βMapβ.
DMapBitflags DMF_DMAPMAP = 512
β¦But only show screens marked in minimap.
DMapBitflags DMF_MINIMAPCOLORFIX = 1024
Use minimap foreground color 2.
DMapBitflags DMF_MINIMAPCOLOURFIX = 1024
Use minimap foreground color 2.
DMapBitflags DMF_SCRIPT1 = 2048
DMap Script Flags.
DMapBitflags DMF_SCRIPT2 = 4096
DMapBitflags DMF_SCRIPT3 = 8192
DMapBitflags DMF_SCRIPT4 = 16384
DMapBitflags DMF_SCRIPT5 = 32768
DMapBitflags DMF_SIDEVIEW = 65536
DMapBitflags DMF_LAYER3ISBACKGROUND = 131072
enum DMapChartedBitflags: π Source
DMapChartedBitflags CHRT_VISITED = 128
DMapChartedBitflags CHRT_UP = 1
DMapChartedBitflags CHRT_DOWN = 2
DMapChartedBitflags CHRT_LEFT = 4
DMapChartedBitflags CHRT_RIGHT = 8
Variable descriptions#
The DMapβs ID number.
Which map this DMap is associated with.
The Level Number of this dmap.
The DMap offset.
The compass marker and continue screen numbers.
The level palette to use for this DMap
The MIDI set to play on this dmap.
The compass marker and continue screen numbers.
The dmapdata script to run on this dmap.
The track number to use for enhanced music. See GetMusic().
int ActiveSubscreen π Source
Which engine active subscreen to use on this dmap.
int PassiveSubscreen π Source
Which engine passive subscreen to use on this dmap.
int OverlaySubscreen π Source
Which engine overlay subscreen to use on this dmap.
Bitwise values representing the state of the map grid.
See SetVisibleOnDungeonMap(), VisibleOnDungeonMap().
The tile used for the engine subscreen Small Map. The [0] index tile is used without the dungeon map, and the [1] index with the dungeon map.
The csets used for the engine subscreen Small Map, to go along with the MiniMapTile[].
The 8 InitD values for the active dmap script.
The tile used for the engine subscreen Large Map. The [0] index tile is used without the dungeon map, and the [1] index with the dungeon map.
The csets used for the engine subscreen Large Map, to go along with the MapTile[].
bool[] DisabledItems π Source
If each item on the dmap is disabled.
index
DMapFlag (DMFS_)
All of the dmapβs flags.
If true, the dmap is treated as sideview by default; screens with the sideview flag enabled will toggle sideview back *off*.
Which dmapdata script to use as a replacement for the engine active subscreen (0 for none).
Which dmapdata script to run for passive subscreen draws.
untyped[] SubInitD π Source
The 8 InitD values shared by the Active and Passive Subscreen Scripts.
Which dmapdata script to use as a replacement for the engine fullscreen map (0 for none).
untyped[] MapInitD π Source
The 8 InitD values used by the Map Script.
Stores the large map exploration data for each screen on the dmap.
<todo>Test if works on overworld dmaps.</todo>
The DMap ID that using a Mirror will take you to. If this is -1
,
Mirrors will not be able to warp you to another dmap. If the Flagset[]
βMirror Continues instead of Warpingβ is set, the mirror dmap setting is
not used.
value
DMapBitflags (DMF_)
The flags used by the DMap. These are ORβd together. See DMapBitflags (DMF_).
int MusicLoopStart π Source
The starting loop point for enhanced music in seconds.
The ending loop point for enhanced music in seconds.
int MusicCrossfadeIn π Source
The number of frames enhanced music fades in for.
int MusicCrossfadeOut π Source
The number of frames enhanced music fades out for.
The ID in the string editor for the dmapβs intro string.
Function descriptions#
void GetName(char32[] buffer) π Source
Fills the buffer with the dmapβs name.
void SetName(char32[] buffer) π Source
Sets the DMapβs name to the buffer contents.
void GetTitle(char32[] buf) π Source
Fills the buffer with the dmapβs title.
void SetTitle(char32[] buf) π Source
Sets the DMapβs title to the buffer contents.
void GetIntro(char32[] buffer) π Source
Fills the buffer with the dmapβs intro.
void SetIntro(char32[] buffer) π Source
Sets the DMapβs intro to the buffer contents.
void GetMusic(char32[] buffer) π Source
Fills the buffer with the dmapβs enhanced music filename. See MusicTrack.
void SetMusic(char32[] filename) π Source
Sets the DMapβs enhanced music filename to the buffer contents. See MusicTrack.