mirror of
https://github.com/pret/pmd-red.git
synced 2026-03-21 17:46:39 -05:00
Wtf happened here
This commit is contained in:
parent
51235bf313
commit
e61a0d017b
|
|
@ -28,7 +28,7 @@ typedef struct DungeonDataEntry
|
||||||
/* 0xA */ bool8 enterWithoutGameSave; // If false, the dungeon will force a quicksave before entering.
|
/* 0xA */ bool8 enterWithoutGameSave; // If false, the dungeon will force a quicksave before entering.
|
||||||
/* 0xB */ u8 HMMask; // HM mask for dungeon entry requirements (Fly, Dive, Waterfall, Surf, Water).
|
/* 0xB */ u8 HMMask; // HM mask for dungeon entry requirements (Fly, Dive, Waterfall, Surf, Water).
|
||||||
/* 0xC */ s16 turnLimit;
|
/* 0xC */ s16 turnLimit;
|
||||||
// The chance that a wild Pok<EFBFBD>mon's moveRandomly flag will be set when spawning,
|
// The chance that a wild Pokémon's moveRandomly flag will be set when spawning,
|
||||||
// causing them to move randomly inside a room instead of exploring rooms.
|
// causing them to move randomly inside a room instead of exploring rooms.
|
||||||
/* 0xE */ s16 randomMovementChance;
|
/* 0xE */ s16 randomMovementChance;
|
||||||
} DungeonDataEntry;
|
} DungeonDataEntry;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user