mirror of
https://github.com/pmret/papermario.git
synced 2024-11-18 08:52:40 +01:00
Splat update & one new code file
This commit is contained in:
parent
e5de7baa7f
commit
8be527b2cf
@ -242,6 +242,7 @@ SECTIONS
|
||||
build/src/code_107830_len_e70.o(.text);
|
||||
build/src/code_1086a0_len_fc0.o(.text);
|
||||
build/src/code_109660_len_1270.o(.text);
|
||||
build/src/code_10A8D0.o(.text);
|
||||
}
|
||||
|
||||
/* 0x00000000 10A9F0-131340 [26950] */
|
||||
|
@ -65,5 +65,3 @@ void func_802E8E10(Entity* entity) {
|
||||
INCLUDE_ASM("code_109660_len_1270", push_entity_matrix);
|
||||
|
||||
INCLUDE_ASM("code_109660_len_1270", func_802E8F94);
|
||||
|
||||
INCLUDE_ASM("code_109660_len_1270", func_802E9050);
|
||||
|
3
src/code_10A8D0.c
Normal file
3
src/code_10A8D0.c
Normal file
@ -0,0 +1,3 @@
|
||||
#include "common.h"
|
||||
|
||||
INCLUDE_ASM("code_10A8D0", func_802E9050);
|
@ -1 +1 @@
|
||||
Subproject commit e9d9a22063fb19d270829950f4b79a5670bd4bd4
|
||||
Subproject commit 459ea1ba69529e6c3f3821d34964753cfaaeebb9
|
@ -1,6 +1,6 @@
|
||||
name: "Paper Mario (North America)"
|
||||
basename: "papermario"
|
||||
# options: ["find-file-boundaries"]
|
||||
options: ["find-file-boundaries", "skip-asm"]
|
||||
compiler: "GCC"
|
||||
segments:
|
||||
- name: header
|
||||
@ -255,6 +255,7 @@ segments:
|
||||
- [0x107830, "c", "code_107830_len_e70"]
|
||||
- [0x1086a0, "c", "code_1086a0_len_fc0"]
|
||||
- [0x109660, "c", "code_109660_len_1270"]
|
||||
- [0x10A8D0, "c", "code_10A8D0"]
|
||||
- [0x10A9F0, "bin"] # todo split this further
|
||||
- [0x131340, "bin"] # 0x8023E000
|
||||
- name: code
|
||||
|
Loading…
Reference in New Issue
Block a user