forked from AmazingAmpharos/OoT-Randomizer
-
Notifications
You must be signed in to change notification settings - Fork 234
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
17,292 additions
and
16,362 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,18 @@ | ||
#ifndef MESSAGE_H | ||
#define MESSAGE_H | ||
|
||
#include "z64.h" | ||
|
||
void Inventory_ChangeEquipment(int16_t equipment, uint16_t value); | ||
uint8_t Message_ShouldAdvance(z64_game_t* play); | ||
|
||
void equip_kokiri_sword_message(z64_file_t* save, int16_t arg1, int16_t arg2); | ||
void equip_biggoron_sword_message(z64_file_t* save, int16_t arg1, int16_t arg2); | ||
void equip_deku_shield_message(z64_file_t* save, int16_t arg1, int16_t arg2); | ||
void equip_hylian_shield_message(z64_file_t* save, int16_t arg1, int16_t arg2); | ||
void equip_mirror_shield_message(z64_file_t* save, int16_t arg1, int16_t arg2); | ||
void equip_goron_tunic_message(z64_file_t* save, int16_t arg1, int16_t arg2); | ||
void equip_zora_tunic_message(z64_file_t* save, int16_t arg1, int16_t arg2); | ||
void display_misc_messages(); | ||
|
||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.