From 0b693a40dac7a6d984e29675f8062f490662b681 Mon Sep 17 00:00:00 2001 From: AnonymousRandomPerson Date: Wed, 2 Oct 2024 18:01:41 -0400 Subject: [PATCH] Fill language addresses --- symbols/overlay29.yml | 2 ++ symbols/overlay31.yml | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/symbols/overlay29.yml b/symbols/overlay29.yml index f6a6552a..cbaf0d91 100644 --- a/symbols/overlay29.yml +++ b/symbols/overlay29.yml @@ -720,6 +720,8 @@ overlay29: - name: ShouldDisplayEntityAdvanced address: EU: 0x22E6880 + NA: 0x22E5ED0 + JP: 0x22E7540 description: |- Returns whether or not the entity should be displayed, using the same checks as ShouldDisplayEntity except also checking whether it is visible and whether the camera entity is blinded. diff --git a/symbols/overlay31.yml b/symbols/overlay31.yml index a6fdff43..9eba11d2 100644 --- a/symbols/overlay31.yml +++ b/symbols/overlay31.yml @@ -43,6 +43,8 @@ overlay31: - name: CreateStairsMenuState address: EU: 0x2383AD4 + NA: 0x2382ED4 + JP: 0x2384154 description: |- Called when the leader steps on any stairs tile (regular, warp zone, rescue point, hidden stairs). @@ -52,6 +54,8 @@ overlay31: - name: StairsSubheadingCallback address: EU: 0x2383B68 + NA: 0x2382F68 + JP: 0x23841E8 description: |- Callback function passed to CreateAdvancedTextBox for creating the subheading for the stairs menu. @@ -59,6 +63,8 @@ overlay31: - name: HandleStairsMenu address: EU: 0x2383BBC + NA: 0x2382FBC + JP: 0x238423C description: |- Handles displaying the stairs menu and is called on each frame while it is open, also updating the leader's action fields.