Start decomping fieldmap

This commit is contained in:
PikalaxALT
2019-01-07 08:54:56 -05:00
parent 08ffdce1b6
commit bc79312d48
10 changed files with 120 additions and 165 deletions
+2
View File
@@ -3,6 +3,8 @@
#include "global.h"
#define VIRTUAL_MAP_SIZE 0x2800
extern struct MapCoords {
int width;
int height;
+5 -5
View File
@@ -67,8 +67,8 @@ struct MapData
struct BackupMapData
{
s32 width;
s32 height;
s32 Xsize;
s32 Ysize;
u16 *map;
};
@@ -149,9 +149,9 @@ struct MapEvents
struct MapConnection
{
/*0x00*/ u8 direction;
/*0x01*/ u32 offset;
/*0x05*/ u8 mapGroup;
/*0x06*/ u8 mapNum;
/*0x04*/ u32 offset;
/*0x08*/ u8 mapGroup;
/*0x09*/ u8 mapNum;
};
struct MapConnections