mirror of https://github.com/pmret/papermario.git
14 lines
346 B
C
14 lines
346 B
C
#include "dgb_04.h"
|
|
|
|
EntryList N(Entrances) = {
|
|
[dgb_04_ENTRY_0] { 575.0, 0.0, 180.0, 270.0 },
|
|
[dgb_04_ENTRY_1] { 575.0, -420.0, 180.0, 270.0 },
|
|
};
|
|
|
|
MapSettings N(settings) = {
|
|
.main = &N(EVS_Main),
|
|
.entryList = &N(Entrances),
|
|
.entryCount = ENTRY_COUNT(N(Entrances)),
|
|
.tattle = { MSG_MapTattle_dgb_04 },
|
|
};
|