mirror of
https://github.com/pret/pmd-red.git
synced 2026-08-28 19:55:09 -05:00
Match sub_8083660
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
|
||||
#define DUNGEON_MAX_SIZE_X 56
|
||||
#define DUNGEON_MAX_SIZE_Y 32
|
||||
#define DUNGEON_MAX_SIZE_X_MUL_Y (DUNGEON_MAX_SIZE_X * DUNGEON_MAX_SIZE_Y)
|
||||
#define DUNGEON_MAX_WILD_POKEMON 16
|
||||
#define DUNGEON_MAX_WILD_POKEMON_BODY_SIZE 16
|
||||
#define DUNGEON_MAX_POKEMON (MAX_TEAM_MEMBERS + DUNGEON_MAX_WILD_POKEMON)
|
||||
|
||||
@@ -1,6 +1,13 @@
|
||||
#ifndef GUARD_STR_POSITION_H
|
||||
#define GUARD_STR_POSITION_H
|
||||
|
||||
// Used in dungeon generation and sub_8083660
|
||||
struct PositionU8
|
||||
{
|
||||
u8 x;
|
||||
u8 y;
|
||||
};
|
||||
|
||||
// size: 0x4
|
||||
typedef struct DungeonPos
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user