Migrated `rodata` for `overlay_17F9C0`
This commit is contained in:
parent
975f45149f
commit
8c4808f801
31
splat.yaml
31
splat.yaml
|
|
@ -792,24 +792,25 @@ segments:
|
||||||
|
|
||||||
- { start: 0x17F9C0, type: bss, vram: 0x8021CA70 }
|
- { start: 0x17F9C0, type: bss, vram: 0x8021CA70 }
|
||||||
|
|
||||||
- [0x17F9C0, bin]
|
- type: code
|
||||||
|
dir: overlay_17F9C0
|
||||||
|
start: 0x17F9C0
|
||||||
|
vram: 0x80214F80
|
||||||
|
bss_size: 0x10
|
||||||
|
symbol_name_format: overlay_17F9C0_$VRAM_$ROM
|
||||||
|
exclusive_ram_id: test_overlapping
|
||||||
|
subsegments:
|
||||||
|
- [0x17F9C0, c, "_ob_helpful_test"]
|
||||||
|
- [0x181520, c, "_ob_gnarly_fruit"]
|
||||||
|
|
||||||
# - type: code
|
- [0x1822F0, data]
|
||||||
# dir: overlay_17F9C0
|
|
||||||
# start: 0x17F9C0
|
|
||||||
# vram: 0x80214F80
|
|
||||||
# bss_size: 0x10
|
|
||||||
# symbol_name_format: overlay_17F9C0_$VRAM_$ROM
|
|
||||||
# exclusive_ram_id: test_overlapping
|
|
||||||
# subsegments:
|
|
||||||
# - [0x17F9C0, asm]
|
|
||||||
# - [0x181520, asm]
|
|
||||||
|
|
||||||
# - [0x1822F0, rodata]
|
- [0x188B10, .rodata, "_ob_helpful_test"]
|
||||||
# - [0x185790, rodata]
|
- [0x188B40, .rodata, "_ob_gnarly_fruit"]
|
||||||
# - [0x188B10, rodata]
|
|
||||||
|
|
||||||
# # - { start: 0x188B60, type: bss, vram: 0x8021E120 }
|
- { start: 0x188B60, type: bss, vram: 0x8021E120 }
|
||||||
|
|
||||||
|
- [0x188B60, bin]
|
||||||
|
|
||||||
# - type: code
|
# - type: code
|
||||||
# dir: overlay_188B60
|
# dir: overlay_188B60
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,21 @@
|
||||||
|
#include "common.h"
|
||||||
|
|
||||||
|
INCLUDE_ASM(const s32, "overlay_17F9C0/_ob_gnarly_fruit", func_overlay_17F9C0_80216AE0_181520);
|
||||||
|
|
||||||
|
INCLUDE_ASM(const s32, "overlay_17F9C0/_ob_gnarly_fruit", func_overlay_17F9C0_80216C08_181648);
|
||||||
|
|
||||||
|
INCLUDE_ASM(const s32, "overlay_17F9C0/_ob_gnarly_fruit", func_overlay_17F9C0_80216F3C_18197C);
|
||||||
|
|
||||||
|
INCLUDE_ASM(const s32, "overlay_17F9C0/_ob_gnarly_fruit", func_overlay_17F9C0_80217114_181B54);
|
||||||
|
|
||||||
|
INCLUDE_ASM(const s32, "overlay_17F9C0/_ob_gnarly_fruit", func_overlay_17F9C0_80217474_181EB4);
|
||||||
|
|
||||||
|
INCLUDE_ASM(const s32, "overlay_17F9C0/_ob_gnarly_fruit", func_overlay_17F9C0_8021751C_181F5C);
|
||||||
|
|
||||||
|
INCLUDE_ASM(const s32, "overlay_17F9C0/_ob_gnarly_fruit", func_overlay_17F9C0_802175B0_181FF0);
|
||||||
|
|
||||||
|
INCLUDE_ASM(const s32, "overlay_17F9C0/_ob_gnarly_fruit", func_overlay_17F9C0_80217640_182080);
|
||||||
|
|
||||||
|
INCLUDE_ASM(const s32, "overlay_17F9C0/_ob_gnarly_fruit", func_overlay_17F9C0_80217664_1820A4);
|
||||||
|
|
||||||
|
INCLUDE_ASM(const s32, "overlay_17F9C0/_ob_gnarly_fruit", func_overlay_17F9C0_80217670_1820B0);
|
||||||
|
|
@ -0,0 +1,13 @@
|
||||||
|
#include "common.h"
|
||||||
|
|
||||||
|
INCLUDE_ASM(const s32, "overlay_17F9C0/_ob_helpful_test", func_overlay_17F9C0_80214F80_17F9C0);
|
||||||
|
|
||||||
|
INCLUDE_ASM(const s32, "overlay_17F9C0/_ob_helpful_test", func_overlay_17F9C0_80214FC4_17FA04);
|
||||||
|
|
||||||
|
INCLUDE_ASM(const s32, "overlay_17F9C0/_ob_helpful_test", func_overlay_17F9C0_80215094_17FAD4);
|
||||||
|
|
||||||
|
INCLUDE_ASM(const s32, "overlay_17F9C0/_ob_helpful_test", func_overlay_17F9C0_8021550C_17FF4C);
|
||||||
|
|
||||||
|
INCLUDE_ASM(const s32, "overlay_17F9C0/_ob_helpful_test", func_overlay_17F9C0_802166D8_181118);
|
||||||
|
|
||||||
|
INCLUDE_ASM(const s32, "overlay_17F9C0/_ob_helpful_test", func_overlay_17F9C0_80216A14_181454);
|
||||||
Loading…
Reference in New Issue