-
Notifications
You must be signed in to change notification settings - Fork 46
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
7 changed files
with
38 additions
and
12 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#ifndef D_D_SAVE_INIT_H | ||
#define D_D_SAVE_INIT_H | ||
|
||
void setInitEventBit(); | ||
|
||
#endif /* D_D_SAVE_INIT_H */ |
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,13 +1,18 @@ | ||
// | ||
// Generated by dtk | ||
// Translation Unit: d_save_init.cpp | ||
// | ||
/** | ||
* d_save_init.cpp | ||
* | ||
*/ | ||
|
||
#include "d_save_init.h" | ||
#include "dolphin/types.h" | ||
#include "d/d_save_init.h" | ||
#include "d/d_com_inf_game.h" | ||
|
||
// move later | ||
struct daNpc_Kg1_c { | ||
static u8 m_highscore; | ||
}; | ||
|
||
/* 8005EF88-8005EFDC .text setInitEventBit__Fv */ | ||
void setInitEventBit() { | ||
/* Nonmatching */ | ||
dComIfGs_setEventReg(0xBEFF, daNpc_Kg1_c::m_highscore); | ||
dComIfGs_setEventReg(0x7EFF, 0xE); | ||
} | ||
|