From bbfff1f6d803fc13d9e0ec57fe65d45bc1c6da97 Mon Sep 17 00:00:00 2001 From: csaldiasdev Date: Sun, 5 Jul 2026 21:50:09 -0400 Subject: [PATCH] =?UTF-8?q?rename:=20D=5F80073230=20=E2=86=92=20gMoveType[?= =?UTF-8?q?]=20(move=20type=20lookup,=2055=20entries)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The 55-byte move type lookup table accessed by func_80022A28 (used in TM/HM context: `for (j = 0; j < 0x37; j++)`). Renamed in src/232C0.c (3 sites). The asm dlabel change in asm/us/data/rom_data_703E0.data.s is gitignored but makes the build resolve; future 'make extract' regenerates with the new name from the asm-source rename. Still matching: md5 ed1378bc… (verified by `make`) --- src/232C0.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/232C0.c b/src/232C0.c index cc8975b..62a86ca 100644 --- a/src/232C0.c +++ b/src/232C0.c @@ -108,9 +108,9 @@ s32 func_80022A04(u16* arg0, unk_D_800AC910_040* arg1) { } u8 func_80022A28(s32 arg0) { - extern u8 D_80073230[]; + extern u8 gMoveType[]; - return D_80073230[arg0]; + return gMoveType[arg0]; } u8 func_80022A38(s32 arg0) {