add missing header in rain, link fine

This commit is contained in:
Prakxo
2023-11-06 09:21:38 +00:00
parent 43427eb5bd
commit a29b551734
3 changed files with 12 additions and 0 deletions
+2
View File
@@ -550,6 +550,8 @@ ac_weather.c:
.text: [0x8060193C, 0x80602E70]
.rodata: [0x8064BAE8, 0x8064BB08]
.data: [0x806D1D50, 0x806D1DA0]
ac_weather_fine.c:
.data: [0x806D1DA0, 0x806D1DB8]
ac_weather_rain.c:
.text: [0x80602E70, 0x80603494]
.rodata: [0x8064BB08,0x8064BB30]
+9
View File
@@ -0,0 +1,9 @@
#include "ac_weather_fine.h"
aWeather_Profile_c iam_weather_fine = {
NULL,
NULL,
NULL,
NULL,
NULL,
};
+1
View File
@@ -5,6 +5,7 @@
#include "m_field_info.h"
#include "m_malloc.h"
#include "m_player_lib.h"
#include "sys_matrix.h"
extern Gfx ef_ame02_setmode[];