diff options
| author | Prakxo <87568477+Prakxo@users.noreply.github.com> | 2023-12-18 07:49:49 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-17 23:49:49 -0700 |
| commit | 45e93dc1b6a859a5f27f3f2b52630598a8d11ad1 (patch) | |
| tree | e2a62264a2b7cc307e2fac636525d2bed9865bd5 /src/code | |
| parent | 04cc631dab3ced789439df3bd05f42296b194f7e (diff) | |
z_std_dma -> m_std_dma (#127)
Diffstat (limited to 'src/code')
| -rw-r--r-- | src/code/m_npc.c | 2 | ||||
| -rw-r--r-- | src/code/m_scene.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/code/m_npc.c b/src/code/m_npc.c index 281e63b..d1308b5 100644 --- a/src/code/m_npc.c +++ b/src/code/m_npc.c @@ -8,7 +8,7 @@ #include "6E30B0.h" #include "6E7AD0.h" #include "m_handbill.h" -#include "z_std_dma.h" +#include "m_std_dma.h" #include "6DA460.h" #include "m_house.h" #include "m_malloc.h" diff --git a/src/code/m_scene.c b/src/code/m_scene.c index 2616ef9..9e294c9 100644 --- a/src/code/m_scene.c +++ b/src/code/m_scene.c @@ -10,7 +10,7 @@ #include "code_variables.h" #include "m_object.h" #include "m_player_lib.h" -#include "z_std_dma.h" +#include "m_std_dma.h" s32 func_800C59B0_jp(ObjectExchangeBank* objectExchangeBank) { ObjectStatus* objectStatus = &objectExchangeBank->status[objectExchangeBank->unk17FC]; |
