diff options
| author | theo3 <arisstephenson2@gmail.com> | 2021-12-20 02:02:33 -0800 |
|---|---|---|
| committer | theo3 <arisstephenson2@gmail.com> | 2021-12-20 10:31:02 -0800 |
| commit | 6cff332e57b5cc723d9243c2d4667be7c7ca0273 (patch) | |
| tree | abfb5dfbbf116cef3f6776df3e242fe37ee0fc8e /src/roomInit.c | |
| parent | 0d5eae8696a70323c0712233913d73ee67823ca4 (diff) | |
header overhaul
Diffstat (limited to 'src/roomInit.c')
| -rw-r--r-- | src/roomInit.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/roomInit.c b/src/roomInit.c index 223d7c99..e553a20f 100644 --- a/src/roomInit.c +++ b/src/roomInit.c @@ -1,7 +1,7 @@ #include "global.h" #include "main.h" -#include "random.h" +#include "utils.h" #include "functions.h" #include "structures.h" @@ -13,14 +13,18 @@ #include "item.h" #include "save.h" #include "script.h" +#include "screen.h" #include "area.h" #include "room.h" +#include "overworld.h" #include "entity.h" #include "npc.h" #include "player.h" +static void sub_0804E150(void); + u32 sub_unk3_ArmosInteriors_RuinsEntranceNorth(u32 arg0) { return 1; } |
