From f73423568ce06dd96866197932c404968a9e61ff Mon Sep 17 00:00:00 2001 From: AnonymousRandomPerson Date: Sun, 8 Sep 2024 13:38:38 -0400 Subject: [PATCH] Fill language addresses (#277) --- symbols/overlay29.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/symbols/overlay29.yml b/symbols/overlay29.yml index 9fef00b7..91f3b9af 100644 --- a/symbols/overlay29.yml +++ b/symbols/overlay29.yml @@ -495,6 +495,8 @@ overlay29: - name: PopulateActiveMonsterPtrs address: EU: 0x22E32B8 + NA: 0x22E2978 + JP: 0x22E400C description: |- Populates active_monster_ptrs with all valid monsters in the monster_slot_headers array. @@ -780,6 +782,8 @@ overlay29: - name: CopySpawnEntriesMaster address: EU: 0x22E8598 + NA: 0x22E7BE8 + JP: 0x22E9254 description: |- Copies the array at spawn_entries_master, starting from offset, to spawn_entries and returns the number of elements copied.