diff options
| author | emilybrooks <emilybrooksemilybrooks@gmail.com> | 2023-09-11 11:02:09 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-11 11:02:09 -0700 |
| commit | 2b9ed4a58d80024d0d9b7232e92ebf9ef6160bda (patch) | |
| tree | 2e9d674bde9ee6c430faf6595e336731210df8c8 /src/code/game.c | |
| parent | 1b465cfe8b3f228faa08fba8d58a8d3be6e82d06 (diff) | |
ac_toudai matched 12 functions, 2 non-equivalent (#65)
* first commit
* matched the gSegments thing
* more progress
* matched aTOU_actor_dt
* matched aTOU_set_bgOffset and imported data
* named everything
* cleanup, work on draw functions
* cleanup
* review
* Revert "review"
This reverts commit 229788b68359cb9ff3c372639c767e4e08011d96.
* format
* removed change to ac_structure.h
* temp changing data symbols
* format
* review
* fix conflicts
* fix season u32 thing
Diffstat (limited to 'src/code/game.c')
| -rw-r--r-- | src/code/game.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/game.c b/src/code/game.c index aca7062..7767fc0 100644 --- a/src/code/game.c +++ b/src/code/game.c @@ -11,7 +11,7 @@ #include "padmgr.h" #include "69E2C0.h" #include "gfxalloc.h" -#include "6E0F50.h" +#include "m_rcp.h" #include "code_variables.h" #include "overlays/gamestates/ovl_play/m_play.h" #include "overlays/gamestates/ovl_famicom_emu/famicom_emu.h" |
