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
3b7364d481
Add requirements.txt with all necessary python dependencies and update README ( #127 )
...
Co-authored-by: Pheenoh <pheenoh@gmail.com >
2021-05-02 14:49:51 -04:00
TakaRikka and GitHub
2f4904dae2
move d_a_itembase_static / d_a_item_static / Z2StatusMgr ( #123 )
...
* move d_a_itembase_static
* move d_a_item_static
* moved Z2StatusMgr
* clang
* fixes
* clang?
* move d_save
* move d_meter2_info
* some d_meter2_info fixes
* move most d_a_player
* move d_bg_s stuff
* move c_cc_s stuff
* move d_cc stuff
* move d_attention / d_event / d_stage
2021-05-02 13:13:14 -04:00
Julgodisand Julgodis
3e8554bd51
RELs progress
2021-04-10 22:32:02 +02:00
Julgodisand Julgodis
0ad6ebe7b4
moved strings + decompile simple store functions
2021-04-10 07:02:38 +02:00
Julgodisand Julgodis
2661db6aaa
auto decompile more functions
2021-04-08 21:05:48 +02:00
Julgodisand Julgodis
a23a106399
demangle data-symbols
2021-04-08 01:47:05 +02:00
Julgodisand Julgodis
dca1d2a1c0
detect more floats/doubles, including from relocations
2021-04-07 09:16:47 +02:00
Julgodisand Julgodis
ed1ee30dd2
building RELs
2021-04-06 18:00:35 +02:00
Julgodisand Julgodis
f6464a61ce
__sinit and progress script update
2021-04-01 02:07:58 +02:00
Julgodisand Julgodis
b999714187
.dead section fix
2021-03-31 23:22:38 +02:00
Julgodisand Julgodis
88eb7be90c
removed double references and fixed float generation
2021-03-30 01:31:36 +02:00
Julgodisand Julgodis
815c1a2039
clang-format
2021-03-29 00:10:25 +02:00
Julgodisand Julgodis
d244b7cb0d
dol2asm OK
2021-03-28 22:49:05 +02:00
88eb837a9c
fpc symbol names ( #119 )
...
* fpcCtIt_filter_JudgeInLayer
* dStage_roomControl_c::getZoneNo
* fix fpc symbol names
* format
* mUnk0 -> mLayerID
Co-authored-by: Pheenoh <pheenoh@gmail.com >
2021-03-28 14:07:21 -04:00
e08abacc1d
change sdahack to use la instruction ( #114 )
...
Co-authored-by: Pheenoh <pheenoh@gmail.com >
2021-02-12 19:50:24 -05:00
Pheenoh and GitHub
b595f0d0bf
fix clang-format check ( #110 )
2021-01-31 20:55:56 -05:00
jdflyer and GitHub
f1924e91f4
d_kyeff, d_kyeff2, m_Do_printf, and m_Do_graphic ( #109 )
...
* Split d_kyeff
* Partially matched d_kyeff
* split d_kyeff2
* Match d_kyeff2
* split m_Do_printf
* m_Do_printf partially matched
* hotfix and clang-format
* split m_Do_graphic
* rename symbols in m_Do_graphic
* Match a few functions in m_Do_graphic
* Fix Merge Errors
* Delete sh.exe.stackdump
* Update OSReportInit
2021-01-31 20:03:38 -05:00
Julgodisand Julgodis
b8c7b9ce3b
fix padding
2021-01-29 23:17:11 +01:00
Julgodisand Julgodis
77adc39ffe
removed dependencies and fixed usage text
2021-01-29 23:01:11 +01:00
Julgodisand Julgodis
7cc16872fc
added option for frameworkF.map
2021-01-29 22:52:35 +01:00
Julgodisand Julgodis
4442f8e1dd
cleanup of python script
2021-01-29 22:52:35 +01:00
Julgodisand Julgodis
cf4bf3fc53
replace symbols with string literals and python script
2021-01-29 22:52:35 +01:00
d301beca77
change split.py to output extern vars/functions into generate CPP ( #98 )
...
* change split.py to output extern vars/functions into generate CPP
also change demangling to use short type names
* don't take files for extern funcs/vars anymore
Co-authored-by: Pheenoh <pheenoh@gmail.com >
2021-01-25 14:09:55 -05: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