Jcw87
2112d5d992
header dependency tracking might be useful for main.dol too
2023-01-06 18:49:42 -08:00
Jcw87
5aa83db436
dol2asm: generate makefiles that use header dependencies for smarter rebuilds
2023-01-06 03:52:56 -08:00
jdflyer
5b34700cb2
Add frank.py
2023-01-02 19:44:52 -07:00
jdflyer
40469d42a0
JASWaveArcLoader
2022-12-31 19:18:40 -07:00
jdflyer
f453841a5c
ISO packaging script
2022-12-30 17:45:12 -07:00
jdflyer
ae040aa688
Old JAudio changes
2022-12-24 12:47:48 -07:00
TakaRikka and GitHub
589cc12296
some MSL_C work ( #192 )
...
* wip
* bunch of MSL_C files
thanks to pikmin2 decomp for their work
* format / asm
* progress
* fix
* fix remove-asm to work with C files
* init / start
2022-04-24 13:02:50 +02:00
jdflyer
252c5daba7
Formatting fixes
2022-01-17 20:19:43 -07:00
jdflyer
ecc987f34c
Hyrule field speedhack and shiftability fixes
2022-01-17 20:00:12 -07:00
jdflyer
db9079ede2
Shift Fixes
2022-01-16 15:16:08 -07:00
jdflyer
e1246d9b0a
Shiftable
2022-01-15 17:59:59 -07:00
jdflyer
c72012c5d8
Add basic dol shiftability
...
Fixed an incorrect function name
2022-01-11 21:12:44 -07:00
jdflyer
50471c025b
Merge remote-tracking branch 'Upstream/master'
2022-01-11 20:24:58 -07:00
jdflyer
0adee83f89
prepare makefile for shiftability
2022-01-11 20:20:58 -07:00
lepelog and GitHub
da3d98b67a
J2DAnimation ( #173 )
...
* ok
* naming stuff
2022-01-04 18:18:23 +01:00
bc428f7f65
Clean up and improvements to tools ( #163 )
...
* moved elf2dol
* removed postprocess.py
* removed vtables.py
* find_unused_asm.py
* removed section2cpp.py
* removed splitter/*
* fixed symbol names due to iconv file rename
* fixed problem building RELs caused by #160
* improved performance of a few python tools
* added new tool for finding conflict when not OK
* added ./tp setup
* don't install dol2asm dependecies with requirements.txt
* format and check for imports
* remove unused tools/difftools.py
* fixed ignore to include elf2dol
* fix compiler patcher
* ok-check now creates the patched compiler at mwcceppc_patched.exe
* Add new command to copy the build folder to the expected folder
* 'make clean' will now only clean main.dol stuff. (added clean_rels and clean_all)
* './tp pull-request' and './tp check' now doesn't include RELs by default. Use '--rels' to include them in the process.
* './tp remove-unused-asm --check' added, exitcode 0==no files, 1==exists files
Co-authored-by: Julgodis <>
2021-12-02 23:38:37 +01:00
Pheenoh
8c2a3ae7ea
add make assets target
2021-06-13 19:47:12 -04:00
462d71cbef
Makefile fixes / JUTNameTab ( #129 )
...
* Makefile: Fix issues with iconv causing it to break under devkitPro / msys
The version of iconv included in devkitPro does not have a -o option,
so replace it with normal shell redirection. Also, SHIFT-JIS does not
have a mapping for ~, so output the Windows CP932 variant instead,
which does. See:
https://en.wikipedia.org/wiki/Tilde#Unicode_and_Shift_JIS_encoding_of_wave_dash
https://en.wikipedia.org/wiki/Code_page_932_(Microsoft_Windows)#Single-byte_character_differences
* Update diff configuration
-Bbinary doesn't seem to work with my copy of
bjdump (it says it can't decode unknown architecture)
Cheese things by using expected/ instead of having
the user place things manually.
* JUTNameTab
* J3DPacket / J3DDrawBuffer
* format
Co-authored-by: lepelog <lepelog@users.noreply.github.com >
2021-05-10 11:54:07 -04:00
Julgodisand Julgodis
ed1ee30dd2
building RELs
2021-04-06 18:00:35 +02:00
Julgodisand Julgodis
b999714187
.dead section fix
2021-03-31 23:22:38 +02:00
Julgodisand Julgodis
d244b7cb0d
dol2asm OK
2021-03-28 22:49:05 +02:00
Julgodisand Julgodis
09dd7f8c4e
compiling strings? WTF
2021-01-27 05:57:41 +01:00
jdflyer
37543ca29f
Fix Merge and set maxerrors to 5
2021-01-21 21:59:24 -07:00
a072e71c33
Z2AudioLib misc decomp ( #75 )
...
* Z2SoundHandles: decomp portions
* start decomping: Z2SpeechMgr2, Z2SoundHandles
* Z2SoundHandles::stopAllSounds(): ok
* Z2SoundHandles::getHandleUserData(): ok
* Z2SoundInfo: header
* Z2SoundObjBase::framework(): ok
* Z2SoundObjBase::Z2SoundObjBase(), Z2SoundObjBase::init(): ok
* Z2SoundObjBase::~Z2SoundObjBase(): ok
* Z2SoundObjBase::stopOK(): ok
* Z2SoundObjBase::stopOK, incomplete Z2SoundObjBase::dispose()
* clang-format
* Z2SoundObjBase::dispose(): ok
* JAISound::operator->(): null assert
* JAIAudience: stub
* Z2SoundObject::{init, deleteObject, isAlive}: ok
* Z2SeMgr: elaborate struct (and decl JAISoundHandles to support this)
* start subclassing Z2SoundObjBase; nonmatching Z2SoundObjSimple::init()
* Z2SeMGr::{incrCrowdSize, decrCrowdSize}: ok
* Z2MultiSeMgr::resetMultiSePos(): ok
* Z2WolfHowlMgr.h: decls
* Z2SoundStarter: move to decls and fix postprocess.py symbol pass
* Z2AudioArcLoader: decls
* Z2SoundObjMgr: ok some fns
- deleteEnemyAll()
- isTwilightBattle()
- setGhostEnemyState()
additionally elaborates parts of the Z2Creature hierarchy
* delete unused .s files and add tool to find them (only runs on linux)
* run clang-format
* postprocess.py: comment out debugging
* add python step to ok-check workflow
* address review comments
* address review comments
Co-authored-by: notyourav <65437533+notyourav@users.noreply.github.com >
Co-authored-by: Pheenoh <pheenoh@gmail.com >
Co-authored-by: notyourav <65437533+notyourav@users.noreply.github.com >
2021-01-21 23:16:51 -05:00
caeacbe56b
Makefile: DEBUG option ( #86 )
...
* Makefile: DEBUG option
* diff_settings.py: if diffing with --source, make DEBUG=1
Co-authored-by: Pheenoh <pheenoh@gmail.com >
2021-01-18 14:16:09 -05:00