diff options
| author | Derek Hensley <hensley.derek58@gmail.com> | 2024-12-28 07:59:22 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-28 08:59:22 -0700 |
| commit | cb54eb49e47301ca806a754954bee17e23fe6f40 (patch) | |
| tree | 26e03acbe8c346477331b8d12d236a35ee6749f8 /yamls/jp/code.yaml | |
| parent | 7ba4585497a63eb64e7ca33aa53ca22695760739 (diff) | |
6FD190 + 6FD410 OK (#235)
* func_800D94F0_jp
* func_800D9514_jp
* func_800D9524_jp
* func_800D955C_jp
* func_800D9618_jp
* func_800D96A8_jp
* func_800D96E8_jp
* func_800D9700_jp
* func_800D9750_jp
* func_800D9760_jp
* func_800D9770_jp
* func_800D9788_jp
* func_800D97A0_jp
* func_800D97F8_jp
* func_800D986C_jp
* Split off 6FD410 based on bss
* Migrate bss
* add todo
* headers
* Better types for 6FD410 bss based on graph
* Cleanup
Diffstat (limited to 'yamls/jp/code.yaml')
| -rw-r--r-- | yamls/jp/code.yaml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/yamls/jp/code.yaml b/yamls/jp/code.yaml index 8b692d3..32f3aff 100644 --- a/yamls/jp/code.yaml +++ b/yamls/jp/code.yaml @@ -107,7 +107,8 @@ - [0x6FA6B0, asm, code/padmgr] - [0x6FB340, asm, code/6FB340] - [0x6FC540, asm, code/speed_meter] - - [0x6FD190, asm, code/6FD190] + - [0x6FD190, c, code/6FD190] + - [0x6FD410, c, code/6FD410] - [0x6FD530, c, code/sys_initial_check] - [0x6FD840, asm, code/sys_math] - [0x6FDC40, asm, code/sys_math3d] @@ -331,6 +332,9 @@ - { start: 0x73F4D0, type: .bss, vram: 0x80145620, name: code/lb_rtc} - { start: 0x73F4D0, type: .bss, vram: 0x80145630, name: code/main} - { start: 0x73F4D0, type: bss, vram: 0x801458E0, name: code/801458E0} + - { start: 0x73F4D0, type: .bss, vram: 0x80146060, name: code/6FD190} + - { start: 0x73F4D0, type: .bss, vram: 0x80146080, name: code/6FD410} + - { start: 0x73F4D0, type: bss, vram: 0x80146090, name: code/80146090} - { start: 0x73F4D0, type: .bss, vram: 0x801462B0, name: code/sys_matrix } - { start: 0x73F4D0, type: .bss, vram: 0x801462C0, name: code/sys_stacks } - { start: 0x73F4D0, type: .bss, vram: 0x801492C0, name: code/zurumode } |
