Skip to content

Commit

Permalink
Prepare file alignments for next PSP DRA codeshare (#2277)
Browse files Browse the repository at this point in the history
Same as usual, just changing file splits to make them the same between
versions. Decompiled a couple on PSP to make sure I was in the right
place. As usual, PSP file will end up deleted once code is shared
between versions.

Looks like this file is just a whole bunch of helper functions, possibly
all for transformation-related code.
  • Loading branch information
bismurphy authored Mar 3, 2025
1 parent 57a2b2c commit 17694f1
Show file tree
Hide file tree
Showing 11 changed files with 524 additions and 424 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ set(SOURCE_FILES_DRA
src/dra/84B88.c
src/dra/8A0A4.c
src/dra/8BEF8.c
src/dra/8C600.c
src/dra/8D3E8.c
src/dra/91EBC.c
src/dra/92F60.c
Expand Down
1 change: 1 addition & 0 deletions config/splat.hd.dra.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ segments:
- [0x84814, c, 84B88]
- [0x8A528, c, 8A0A4]
- [0x8BB50, c, 8BEF8]
- [0x8C28C, c, 8C600]
- [0x8D050, c, 8D3E8]
- [0x91A98, c, 91EBC]
- [0x92B3C, c, 92F60]
Expand Down
3 changes: 1 addition & 2 deletions config/splat.pspeu.dra.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,7 @@ segments:
- [0x47EA8, c, dra/7879C]
- [0x507F0, c, dra/7E4BC]
- [0x59E20, c, dra_psp/59E20]
- [0x5A560, c, dra_psp/5A560]
- [0x5A5B0, c, dra_psp/5A5B0]
- [0x5AF80, c, dra_psp/5AF80]
- [0x5B8C0, c, dra_psp/5B8C0]
- [0x5BC80, c, dra_psp/5BC80]
- [0x5C420, c, dra_psp/5C420]
Expand Down
1 change: 1 addition & 0 deletions config/splat.us.dra.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ segments:
- [0x84B88, c, 84B88]
- [0x8A0A4, c, 8A0A4]
- [0x8BEF8, c, 8BEF8]
- [0x8C600, c, 8C600]
- [0x8D3E8, c, 8D3E8]
- [0x91EBC, c, 91EBC]
- [0x92F60, c, 92F60]
Expand Down
2 changes: 2 additions & 0 deletions config/symbols.pspeu.dra.txt
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,8 @@ func_80123F78 = 0x091355A0;
func_80124164 = 0x091357E0;
EntityTeleport = 0x09135BE8;
EntityPlayerSleepZ = 0x09136620;
func_8012C600 = 0x091367A0;
WolfFormFinished = 0x09136BF8;
func_8012F894 = 0x0913A448;
func_80130264 = 0x0913B0F8;
func_80130618 = 0x0913B5D0;
Expand Down
Loading

0 comments on commit 17694f1

Please sign in to comment.