From 7b0ebabb5a2ea7a869390e155b14b27e18af767b Mon Sep 17 00:00:00 2001 From: AnonymousRandomPerson Date: Sat, 22 Aug 2026 16:51:07 -0400 Subject: [PATCH] Filled language addresses --- symbols/arm9.yml | 4 ++++ symbols/overlay29.yml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/symbols/arm9.yml b/symbols/arm9.yml index b66e4223..7a2bacdf 100644 --- a/symbols/arm9.yml +++ b/symbols/arm9.yml @@ -5042,6 +5042,8 @@ arm9: - name: GetPixelOffsetFromSprite address: EU: 0x201D02C + NA: 0x201CF90 + JP: 0x201CFE8 description: |- Converts a WAN offset on a sprite into a pixel offset. @@ -5051,6 +5053,8 @@ arm9: - name: FillPixelOffsetArrayFromSprite address: EU: 0x201D0D0 + NA: 0x201D034 + JP: 0x201D08C description: |- Converts the first array_len WAN offsets on a sprite into an array of pixel offsets. diff --git a/symbols/overlay29.yml b/symbols/overlay29.yml index 23efa7f2..dbd79913 100644 --- a/symbols/overlay29.yml +++ b/symbols/overlay29.yml @@ -3284,6 +3284,8 @@ overlay29: - name: TryPointCameraToFarOffTeammate address: EU: 0x22FA24C + NA: 0x22F9840 + JP: 0x22FADF8 description: |- Attempts to place the camera on top of the specified teammate. @@ -5240,6 +5242,8 @@ overlay29: - name: ResetTypeChanges address: EU: 0x230870C + NA: 0x2307CE0 + JP: 0x2309210 description: |- Resets any type changes that the given monster has undergone.