From a3f0f1a003e495b8f2362de2e06504c73b7cf348 Mon Sep 17 00:00:00 2001 From: gijs Date: Sat, 21 Oct 2023 21:23:11 +0200 Subject: [PATCH] Correct `main` segment `bss` VRAM address --- splat.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/splat.yaml b/splat.yaml index 11388f3..0d0b649 100644 --- a/splat.yaml +++ b/splat.yaml @@ -371,7 +371,7 @@ segments: - [0x3F170, rodata, "2D680"] - [0x3F180, rodata, "2D7F0"] - - { start: 0x3F1B0, type: bss, vram: 0x800E9C20 } + - { start: 0x3F1B0, type: bss, vram: 0x800AEDB0 } - type: code name: segment_song