diff options
Diffstat (limited to 'src/code/m_npc.c')
| -rw-r--r-- | src/code/m_npc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/m_npc.c b/src/code/m_npc.c index 6e0ab8a..7320eb9 100644 --- a/src/code/m_npc.c +++ b/src/code/m_npc.c @@ -2329,7 +2329,7 @@ void mNpc_AddNpc_inNpcRoom(FieldMakeMoveActor* moveActor, u8 bx, u8 bz) { } } } else if (fieldId == 0x300A) { - animalIdInField = func_8008033C_jp(0xE, 0xF); + animalIdInField = mEv_get_save_area(0xE, 0xF); if (animalIdInField != NULL) { npcId = *animalIdInField; currentNpc = common_data.save.animals[npcId].id.npcId; |
