From 777fa1f6feb943d11bbd0a8c6e421cae4b990fd7 Mon Sep 17 00:00:00 2001 From: Alejandro Javier Asenjo Nitti Date: Fri, 6 Oct 2023 06:03:06 -0300 Subject: [PATCH] state: building: NOT OK --- linker_scripts/us/symbol_addrs.txt | 1 + starfox64.us.yaml | 2 +- yamls/us/starfox64.us.yaml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 linker_scripts/us/symbol_addrs.txt diff --git a/linker_scripts/us/symbol_addrs.txt b/linker_scripts/us/symbol_addrs.txt new file mode 100644 index 00000000..95a9cc93 --- /dev/null +++ b/linker_scripts/us/symbol_addrs.txt @@ -0,0 +1 @@ +bootproc = 0x80004DA8; \ No newline at end of file diff --git a/starfox64.us.yaml b/starfox64.us.yaml index a7a2674c..3bcafa56 100644 --- a/starfox64.us.yaml +++ b/starfox64.us.yaml @@ -79,7 +79,7 @@ segments: start: 0x1000 vram: 0x80000400 subsegments: - - [0x1000, hasm] + - [0x1000, asm] - name: main type: code diff --git a/yamls/us/starfox64.us.yaml b/yamls/us/starfox64.us.yaml index a7a2674c..3bcafa56 100755 --- a/yamls/us/starfox64.us.yaml +++ b/yamls/us/starfox64.us.yaml @@ -79,7 +79,7 @@ segments: start: 0x1000 vram: 0x80000400 subsegments: - - [0x1000, hasm] + - [0x1000, asm] - name: main type: code