mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-10 08:50:23 +00:00
Reduce overlay dependencies on global.h (7) (#2472)
* z64env_flags, z64quest_hint_commands * z64cutscene_spline, z64save.h moved from z64.h * bss * pr suggestion * bss * suggestions
This commit is contained in:
parent
137e178790
commit
652478c338
294 changed files with 688 additions and 197 deletions
|
@ -1,5 +1,5 @@
|
|||
#include "global.h"
|
||||
#include "z64quest_hint_commands.h"
|
||||
#include "z64save.h"
|
||||
|
||||
QuestHintCmd gOverworldNaviQuestHints[] = {
|
||||
QUEST_HINT_FLAG(CHECK, EVENTCHKINF_05, false, 0x40),
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
#include "global.h"
|
||||
#include "z64quest_hint_commands.h"
|
||||
|
||||
QuestHintCmd gDungeonNaviQuestHints[] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue