mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-07-11 13:08:34 -04:00
add missing header in rain, link fine
This commit is contained in:
@@ -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]
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
#include "ac_weather_fine.h"
|
||||
|
||||
aWeather_Profile_c iam_weather_fine = {
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
};
|
||||
@@ -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[];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user