19 Commits

Author SHA1 Message Date
Drought-Ender
fa50644be0
vsGameSection matched (#120)
* utilityU.h

* Add files via upload

* Add files via upload

* Add files via upload

* More Inlines

* Add files via upload

* member renaming

* 🎉

* Should probably include types.h

* Update Radar.h

* Var Renamed

* Match rest of vsGameSection.cpp

Unlinked, needs some tweaking to link

* corrections

* Update DvdThreadCommand.h

* code works. needs data fixing

* successfully link vsGameSection

GameMessageVsBirthTekiTreasure::actVs has a compiler warning for not always returning a value

* minor edit

* Minor fixes and cleanup

Co-authored-by: HeartPiece <deancsouthwood@gmail.com>
Co-authored-by: EpochFlame <82550703+EpochFlame@users.noreply.github.com>
2022-11-30 17:25:17 +11:00
EpochFlame
75c3292df0 reduce label emissions
linkmap goes faster now
2022-11-03 17:02:42 -04:00
EpochFlame
0e474b182f massive BSS refactor
fully split BSS.s
also clean up quite a few assembly files

note that J3DPacket.s and ogLifeGauge.s have had their BSS moved to J3DSys.s and ogScreen.s respectively for the sake of alignment

also, BSS inflates data% significantly due to how lcomm and comm show in the linkmap
2022-08-03 17:41:17 -04:00
EpochFlame
1dab817c47 Major BSS refactor
id32 sinit has been made assembly for the good of the many. OS.c finally links.
2022-06-24 21:08:27 -04:00
EpochFlame
b1385712e3 footmark update and asm cleanup 2022-05-18 18:06:49 -04:00
EpochFlame
c721ec8b4f register fixup 2022-03-29 19:45:18 -04:00
EpochFlame
f9eb2c70cc yet more data cleanup 2022-02-06 21:19:57 -05:00
EpochFlame
5e7a46c664 devkitPPC r40 compatibility
note: calcprogress is broken with devkitPPC r40
2022-01-18 14:25:56 -05:00
EpochFlame
d426837a50 overall cleanup of asm 2022-01-14 21:39:34 -05:00
camthesaxman
bc9cf284e6 use 2.6 linker 2021-11-06 22:45:29 -04:00
EpochFlame
5da6693cbf sort more ctors 2021-10-23 21:30:32 -04:00
EpochFlame
24f6d83b33 Nishimura sdata2: part 3/3
finished sorting Nishimura's sdata2
2021-10-22 15:59:54 -04:00
EpochFlame
5eba3346e0 sorted Nishimura sbss 2021-10-21 12:36:13 -04:00
EpochFlame
03ea82a585 Nishimura data: part 3
Finished Nishimura's data.
2021-10-20 16:01:30 -04:00
EpochFlame
0090477a15 sort Nishimura rodata 2021-10-19 16:22:29 -04:00
EpochFlame
c8b57e0ec1 Squashed commit of the following:
commit 2ec9b0b3859c03f850803e87d16804149f431842
Author: EpochFlame <82550703+EpochFlame@users.noreply.github.com>
Date:   Sun Oct 10 21:57:34 2021 -0400

    extab and extabindex spliced in

commit 82fdad3f256ddf4da4cb91187231e874d248c76c
Author: EpochFlame <82550703+EpochFlame@users.noreply.github.com>
Date:   Sun Oct 10 21:47:46 2021 -0400

    sbss2 spliced in

    finished sbss2 (the warnings are annoying)

commit 4d804140dd3f317e0e9de522e4d94e17fab5395d
Author: EpochFlame <82550703+EpochFlame@users.noreply.github.com>
Date:   Sun Oct 10 21:23:23 2021 -0400

    formatting

commit 2cfa617d9821fbe04b3bfdd578f45b141f0f29a1
Author: EpochFlame <82550703+EpochFlame@users.noreply.github.com>
Date:   Sun Oct 10 21:22:54 2021 -0400

    Update .clang-format

commit abe5e4186f765db821578ac2222c1e0aa630e7fb
Author: EpochFlame <82550703+EpochFlame@users.noreply.github.com>
Date:   Sun Oct 10 21:19:38 2021 -0400

    started splicing data
2021-10-10 22:05:19 -04:00
EpochFlame
27ae262c90 fixed all $$ symbol jank
thank you, noki doki!
2021-10-08 21:53:58 -04:00
EpochFlame
a9cbad080f updating symbols
cleaning out "$$0" and "$$1" for increased asm & src synergy
2021-10-08 21:03:24 -04:00
EpochFlame
450dd0f216 autosplit text
still need to edit obj_files.mk

Co-Authored-By: NerduMiner <nerdyminer18@gmail.com>
2021-09-30 10:57:46 -04:00