Tighten the Area 51 room preloading

This commit is contained in:
Ryan Dwyer
2023-05-18 20:26:42 +10:00
parent df29001edb
commit 47e37e5cc5
+30 -32
View File
@@ -5925,14 +5925,12 @@ end:
}
u8 g_BgPreloadInfiltration[][2] = {
{0x01, 0x2a},
{0x01, 0x0e},
{0x10, 0x26},
{0x2e, 0x2e},
{0x31, 0x31},
{0x35, 0x36},
{0x3b, 0x3b},
{0x40, 0x52},
{0x58, 0x58},
{0x5f, 0x66},
{0x40, 0x51},
{0x60, 0x66},
{0x78, 0x78},
{0x8c, 0x8d},
{0x8f, 0x9a},
@@ -5940,45 +5938,45 @@ u8 g_BgPreloadInfiltration[][2] = {
};
u16 g_BgPreloadRescue[][2] = {
{0x01, 0x0f},
{0x16, 0x1d},
{0x21, 0x22},
{0x01, 0x02},
{0x04, 0x0b},
{0x0e, 0x0e},
{0x17, 0x1c},
{0x2e, 0x2e},
{0x31, 0x31},
{0x37, 0x37},
{0x3b, 0x3b},
{0x3f, 0x4b},
{0x4d, 0x4d},
{0x4f, 0xcc},
{0xdd, 0xdd},
{0xe0, 0xe4},
{0x40, 0x4b},
{0x51, 0x5a},
{0x5c, 0x5c},
{0x5e, 0xcc},
{0xe0, 0xe1},
{0xf2, 0x10e},
};
u16 g_BgPreloadEscape[][2] = {
{0x0f, 0x16},
{0x10, 0x15},
{0x23, 0x40},
{0x45, 0x47},
{0x59, 0x5e},
{0x63, 0x72},
{0x78, 0x9f},
{0xa5, 0xad},
{0xb9, 0xb9},
{0x46, 0x47},
{0x59, 0x5d},
{0x64, 0x70},
{0x78, 0x84},
{0x88, 0x9a},
{0x9c, 0x9e},
{0xa5, 0xa8},
{0xab, 0xad},
{0xbd, 0xbd},
{0xbf, 0x10e},
};
u16 g_BgPreloadMaianSos[][2] = {
{0x01, 0x03},
{0x05, 0x08},
{0x01, 0x01},
{0x05, 0x06},
{0x08, 0x08},
{0x0f, 0x0f},
{0x18, 0x1d},
{0x21, 0x22},
{0x26, 0x4d},
{0x4f, 0xd3},
{0xd5, 0xd8},
{0xdd, 0xdd},
{0xe0, 0xe5},
{0x19, 0x1b},
{0x27, 0x49},
{0x51, 0xc6},
{0xc8, 0xd2},
{0xe0, 0xe2},
{0xf2, 0x10e},
};