Commit Graph

41 Commits

Author SHA1 Message Date
EpochFlame
8dff138d52 Kando cleanup 2022-08-06 22:14:12 -04:00
Sammy Samkough
da951587e8
don't repeat the same thing in progress.csv (#34)
* dont repeat progress.csv

* remove empty space

* newline

* more accurate conditional check + updated log
2022-08-06 17:59:46 -04:00
EpochFlame
13db122dfc pelletMgr cleanup and correction of gameConfig
also frog cleanup
2022-08-05 13:56:58 -04:00
EpochFlame
691b95a561 link gameConfig.cpp
needs ifdef for demo1
2022-08-03 18:31:34 -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
HeartPiece
f12eb08426 Fix output ctx encoding for context tool
missed the output one, just caught the input one - fixed!
2022-08-03 20:23:25 +10:00
HeartPiece
479ff780f3 Change decompctx.py encoding to Shift-JIS
will no longer throw hands about parsing files with japanese text
2022-08-03 20:17:40 +10:00
HeartPiece
e74e5bc97c
messageSequence.cpp matched and linked (#30)
* messageSequence progress + headers

* messageSequence.cpp linked
2022-08-02 19:24:56 +10:00
EpochFlame
fe40f39506
fix end of file to have newline 2022-07-27 17:33:35 -04:00
Sammy
17f65438c5 removes extra lines 2022-07-27 00:30:57 -04:00
Sammy
3b031547b8 added print statements 2022-07-25 01:47:18 -04:00
Sammy
9e73e99990 organizing 2022-07-25 01:45:10 -04:00
Sammy
a24842930f remove progress.csv 2022-07-25 01:44:02 -04:00
Sammy
91c8a4f02b only adds headers once 2022-07-25 01:42:41 -04:00
Sammy
7fd5c1458e updated calcprogress to print out a csv 2022-07-25 01:18:31 -04:00
EpochFlame
5ea0bfc3bf Update calcprogress.py 2022-06-29 17:17:01 -04:00
EpochFlame
a543941528 TCamera and add context tool from @encounter
tools/decompctx.py path/to/file.cpp
2022-04-18 00:44:29 -04:00
Luke Street
bdc9d59596 ci: Generate map & run calcprogress 2022-04-08 19:36:02 -04:00
Luke Street
301149a97e ci: Add GitHub action 2022-04-08 18:33:13 -04:00
EpochFlame
e568efd0a9 increase calcprog configurability 2022-03-29 14:08:41 -04:00
EpochFlame
f859e7d567 match fogMgr.cpp
thanks kiwi for finishing the job
also corrected a calcprogress error inflating treasure count

Co-Authored-By: kiwi <49212064+kiwi515@users.noreply.github.com>
2022-02-21 14:23:09 -05:00
EpochFlame
78a53d07a6 repair calcprogress to work with r40
Co-Authored-By: GibHaltmannKill <67860669+GibHaltmannKill@users.noreply.github.com>
2022-01-19 13:12:11 -05:00
EpochFlame
e73e0bdf57 we don't need CODESIZE_MAGIC 2022-01-13 18:40:29 -05:00
EpochFlame
5ff49c0448 birth franklite.py into the world
link SISamplingRate.c
2022-01-13 18:38:39 -05:00
EpochFlame
031d36e65b frank.py setup 2022-01-13 18:08:37 -05:00
EpochFlame
ae3cf441e3 newline to appease github 2022-01-05 14:33:43 -05:00
intns
375dd4b67a Add enum int to the cflags, problems galore 2022-01-05 14:33:43 -05:00
intns
e508d20d57 Fix readme 2022-01-03 18:15:06 +00:00
EpochFlame
4ea10c1fb6 align data and code section calculation output 2021-12-24 13:44:52 -05:00
EpochFlame
3fc7eabe7b Represent data progress in the printout.
Data is represented by treasures.
2021-12-24 13:40:39 -05:00
EpochFlame
561ddc9cb3 remove objcopy hack 2021-11-22 15:31:58 -05:00
camthesaxman
2198be77dd update elf2dol 2021-11-06 23:35:48 -04:00
EpochFlame
baa96ab5b2 sort Dolphin sdata2
sorted Dolphin's sdata2
2021-10-22 19:20:35 -04:00
intns
89d187bcf1 Upload UpdateReadme script 2021-10-23 00:07:01 +01:00
intns
dac25e0f5a Update README 2021-10-20 03:06:29 +01:00
EpochFlame
450bd767fc resolved linker errors 2021-10-14 11:44:49 -04:00
EpochFlame
743a312244 Merge branch 'main' into workshop 2021-10-10 14:12:04 -04:00
intns
bb9cd08840 Move some tools to the tools directory 2021-10-10 18:40:30 +01:00
EpochFlame
44d6b337c4 Update sysMath.cpp
wip sysmath

god help us

Update postprocess.py

Update obj_files.mk

thanks meeo
2021-10-06 00:15:01 -04:00
Nerdu
507f5d6e87 Add makefile for elf2dol, Edit asmdiff.sh, Add patch_linker.sh
Elf2dol now compiles when you run make, patch_linker.sh is ran from the makefile to make the needed changes to the 2.7 linker(confirmed to work on Windows, will likely work on Linux as well). asmdiff.sh now points to the correct build version.
2021-10-04 10:10:08 -04:00
EpochFlame
8d29c1f6ea Initial commit
Squashed all of the commits thus far that have been miscellaneous tweaks and small changes to fix the original repo that have had nothing to do with the decompilation itself.

Co-Authored-By: EpochFlame <82550703+EpochFlame@users.noreply.github.com>
2021-09-27 21:57:49 +01:00