diff options
| author | Anghelo Carvajal <angheloalf95@gmail.com> | 2023-08-05 10:58:09 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-05 10:58:09 -0400 |
| commit | 94b300b0d0e228dc38dcb08ca160334fa2ba128f (patch) | |
| tree | c818f04c5948982e0c3932cb04fe4c4575fb9889 /relocs | |
| parent | 5b54707958ca7fe5455436cf732cdf034232cd50 (diff) | |
`m_actor_dlftbls.c` (#32)
* start
* match the file
* actor_dlftbls_num
* script to extract the actor table
* bootstrap actor table
* ActorId enum
* migrate actor table
* reorganize overlays in subfolders
* Fix Player
* migrate bss
* cleanup and format
* ActorProfile
* Move player_actor to actors folder
* RomOffset
* ACTOR_ID_MAX
Diffstat (limited to 'relocs')
| -rw-r--r-- | relocs/reloc_addrs.jp.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/relocs/reloc_addrs.jp.txt b/relocs/reloc_addrs.jp.txt index 3c003b6..d2aa6cf 100644 --- a/relocs/reloc_addrs.jp.txt +++ b/relocs/reloc_addrs.jp.txt @@ -54,14 +54,14 @@ rom:0x6F6590 symbol:segment_027130_ROM_END reloc:MIPS_LO16 // overlays -// ovl_0082CED0 tries to load a branch target from code as a half. +// ovl__0082CED0 tries to load a branch target from code as a half. // It is suspected to be a negative addend to an unknown symbol. // Use the first data symbol of code in the meanwhile rom:0x82D48C symbol:D_80100C30_jp reloc:MIPS_HI16 addend:-0x7D04 rom:0x82D4A0 symbol:D_80100C30_jp reloc:MIPS_LO16 addend:-0x7D04 -// ovl_008ADF40 tries to load a branch target from another overlay. +// ovl__008ADF40 tries to load a branch target from another overlay. // It is suspected to be a negative addend to an unknown symbol. // Use the first data symbol of this overlay in the meanwhile -rom:0x8B136C symbol:D_809CE130_jp reloc:MIPS_HI16 addend:-0xB560 -rom:0x8B137C symbol:D_809CE130_jp reloc:MIPS_LO16 addend:-0xB560 +rom:0x8B136C symbol:_008ADF40_Profile reloc:MIPS_HI16 addend:-0xB560 +rom:0x8B137C symbol:_008ADF40_Profile reloc:MIPS_LO16 addend:-0xB560 |
