From 767cd9c1441d3391441e51c94eefb9a8d45e6488 Mon Sep 17 00:00:00 2001 From: gijs Date: Tue, 26 Sep 2023 20:23:16 +0200 Subject: [PATCH] Enabled `rodata` migration for `overlay_E48F0` --- splat.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/splat.yaml b/splat.yaml index c6c2eb0..ca3b8c1 100644 --- a/splat.yaml +++ b/splat.yaml @@ -593,9 +593,9 @@ segments: # Complete find_file_boundaries: False subsegments: - - [0xE48F0, asm, "speech"] + - [0xE48F0, c, "speech"] - - [0xEAF00, rodata, "speech"] + - [0xEAF00, .rodata, "speech"] - { start: 0xEBBB0, type: bss, vram: 0x8019EE30 }