From dd9656f674573fb1b525c78207931a664fa4a7f9 Mon Sep 17 00:00:00 2001 From: rozlette Date: Sat, 20 Apr 2019 12:39:08 -0500 Subject: [PATCH] Add file name, fix code .data start, test push --- codescript.txt | 3 ++- files.py | 2 +- src/boot_O2_g3/{boot_0x80080790.c => z_std_dma.c} | 0 3 files changed, 3 insertions(+), 2 deletions(-) rename src/boot_O2_g3/{boot_0x80080790.c => z_std_dma.c} (100%) diff --git a/codescript.txt b/codescript.txt index b78e7b77e2..a04eea34d1 100644 --- a/codescript.txt +++ b/codescript.txt @@ -5,7 +5,7 @@ SECTIONS build/src/boot_O2_g3/boot_0x80080060.o(.text) build/asm/idle.o(.text) build/src/boot_O2_g3/boot_0x800805E0.o(.text) - build/src/boot_O2_g3/boot_0x80080790.o(.text) + build/src/boot_O2_g3/z_std_dma.o(.text) build/asm/boot_0x80080E30.o(.text) build/asm/boot_0x80081250.o(.text) build/src/boot_O2_g3/CIC6105.o(.text) @@ -325,6 +325,7 @@ SECTIONS build/asm/code_0x801A7B10.o(.text) build/asm/code_0x801AA020.o(.text) build/asm/code_0x801AA610.o(.text) + build/asm/code_0x801AAAA0.o(.text) } ovl_title 0x80800000: diff --git a/files.py b/files.py index dbfb4bc1ff..a265b96842 100644 --- a/files.py +++ b/files.py @@ -1,6 +1,6 @@ known_files = { ('baserom/boot', 'boot', 0x80080060, ((0x800969C0, 0x800A5ABF),)), - ('decomp/code', 'code', 0x800A5AC0, ((0x80186028, 0x80186A6F),(0x801AAAA0, 0x801E3F9C),)), + ('decomp/code', 'code', 0x800A5AC0, ((0x80186028, 0x80186A6F),(0x801AAAB0, 0x801E3F9C),)), ('decomp/ovl_title', 'ovl_title', 0x80800000, ((0x80800860, 0x8080090C),)), ('decomp/ovl_select', 'ovl_select', 0x80800910, ((0x80801C80, 0x80803DEC),)), ('decomp/ovl_opening', 'ovl_opening', 0x80803DF0, ((0x80803FC0, 0x8080400C),)), diff --git a/src/boot_O2_g3/boot_0x80080790.c b/src/boot_O2_g3/z_std_dma.c similarity index 100% rename from src/boot_O2_g3/boot_0x80080790.c rename to src/boot_O2_g3/z_std_dma.c