summaryrefslogtreecommitdiff
path: root/src/code/m_npc_schedule.c
diff options
context:
space:
mode:
authorAnghelo Carvajal <angheloalf95@gmail.com>2024-05-30 17:00:57 -0400
committerGitHub <noreply@github.com>2024-05-30 14:00:57 -0700
commitfd0581121366309a56c648eda7a299537e355b28 (patch)
tree6fb8d8b167fecd8799748ccb1caab1a013c7e739 /src/code/m_npc_schedule.c
parent1f7fbf9b291d5685633e6e819b2579f36dc4ef2b (diff)
`m_trademark` OK (#192)
* C file * trademark_init * trademark_cancel, trademark_move, trademark_main * trademark_draw * trademark_goto_demo_scene and func_80805360_jp * set_npc_4_title_demo * func_80804C40_jp * trademark_cleanup * func_808052B8_jp * func_80805104_jp * func_80804F78_jp * func_80804EE0_jp * fix warnings * small cleanup * fix build * some fixes * stuff * some cleanups * Fix rebase * Import data * Migrate bss * cleanup * Save substruct * format * TrademarkState and some other stuff * remove fake match * stuff I missed * whoops * Stupid `-Wtype-limits` * Update src/overlays/gamestates/ovl_trademark/m_trademark.c Co-authored-by: Prakxo <87568477+Prakxo@users.noreply.github.com> * Review * Update src/overlays/gamestates/ovl_trademark/m_trademark.c Co-authored-by: emilybrooks <emilybrooksemilybrooks@gmail.com> * Update src/overlays/gamestates/ovl_trademark/m_trademark.c Co-authored-by: Prakxo <87568477+Prakxo@users.noreply.github.com> * clang-tidy changes??? * review --------- Co-authored-by: Prakxo <87568477+Prakxo@users.noreply.github.com> Co-authored-by: emilybrooks <emilybrooksemilybrooks@gmail.com>
Diffstat (limited to 'src/code/m_npc_schedule.c')
-rw-r--r--src/code/m_npc_schedule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/m_npc_schedule.c b/src/code/m_npc_schedule.c
index 20510f6..6630dcb 100644
--- a/src/code/m_npc_schedule.c
+++ b/src/code/m_npc_schedule.c
@@ -154,7 +154,7 @@ void mNPS_schedule_manager(void) {
}
void mNPS_set_all_schedule_area(void) {
- Animal_c* animal = common_data.animals;
+ Animal_c* animal = common_data.save.animals;
s32 i;
for (i = 0; i < ANIMAL_NUM_MAX; i++) {