1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-05-09 18:43:45 +00:00
This commit is contained in:
fig02 2025-04-28 11:05:11 -04:00
parent eab34d32a1
commit 469f30120b
6 changed files with 9 additions and 9 deletions

View file

@ -1,5 +1,5 @@
#ifndef Z64QUEST_HINT_H
#define Z64QUEST_HINT_H
#ifndef QUEST_HINT_H
#define QUEST_HINT_H
#include "ultra64.h"

View file

@ -1,5 +1,5 @@
#ifndef Z64QUEST_HINT_COMMANDS_H
#define Z64QUEST_HINT_COMMANDS_H
#ifndef QUEST_HINT_COMMANDS_H
#define QUEST_HINT_COMMANDS_H
#include "ultra64.h"

View file

@ -2,8 +2,8 @@
#include "rand.h"
#include "play_state.h"
#include "player.h"
#include "z64quest_hint.h"
#include "z64quest_hint_commands.h"
#include "quest_hint.h"
#include "quest_hint_commands.h"
#include "z64save.h"
QuestHintCmd sChildSariaQuestHints[] = {

View file

@ -1,4 +1,4 @@
#include "z64quest_hint_commands.h"
#include "quest_hint_commands.h"
#include "z64save.h"
QuestHintCmd gOverworldNaviQuestHints[] = {

View file

@ -1,4 +1,4 @@
#include "z64quest_hint_commands.h"
#include "quest_hint_commands.h"
QuestHintCmd gDungeonNaviQuestHints[] = {
QUEST_HINT_END(0x5F),

View file

@ -24,7 +24,7 @@
#include "light.h"
#include "play_state.h"
#include "player.h"
#include "z64quest_hint.h"
#include "quest_hint.h"
#include "z64save.h"
#include "assets/objects/gameplay_keep/gameplay_keep.h"