Pheenoh
d58a6f5b35
d_a_kytag07 OK, d_a_obj_onsenFire OK, d_a_econt OK ( #295 )
2023-02-19 12:24:18 -07:00
TakaRikka
24b833b205
d_a_crod almost fully OK ( #270 )
2023-02-05 08:09:29 -07:00
Pheenoh
cede55ba30
pr fixes
2023-02-04 17:45:01 -07:00
Pheenoh
9eb63d9f68
fixes from actor class member name changes
2023-02-04 16:17:00 -07:00
Pheenoh
9456881d2e
comment out d_a_swim
2023-02-04 16:08:25 -07:00
Pheenoh
737da6afea
checkpoint
2023-01-26 10:49:49 -07:00
Pheenoh
f47e53b8a2
do_sit
2023-01-22 21:42:01 -07:00
Pheenoh
ed8acec2e8
do_wait_2
2023-01-22 20:33:18 -07:00
Pheenoh
d84cf3367b
do_wait_1 checkpoint
2023-01-22 17:36:03 -07:00
Pheenoh
65715b8261
water_check
2023-01-22 10:47:45 -07:00
Pheenoh
f0109a791d
nodeCallBack
2023-01-22 10:43:21 -07:00
Pheenoh
014b36877f
daDo_HIO_c
2023-01-22 10:38:04 -07:00
Pheenoh
8dcee96cb7
action checkpoint
2023-01-21 13:44:20 -07:00
Pheenoh
c47f11e2ae
do_run_walk
2023-01-20 14:41:36 -07:00
Pheenoh
bf6a407b2c
do_run
2023-01-20 13:53:08 -07:00
Pheenoh
6f7d58a02c
do_run start
2023-01-20 11:42:52 -07:00
Pheenoh
ff44356585
do_walk_run
2023-01-19 16:57:30 -07:00
Pheenoh
d38aa7a9b2
fix literal
2023-01-19 09:17:04 -07:00
Pheenoh
cafe86de75
daDo_other_bg_check2
2023-01-19 09:13:15 -07:00
Pheenoh
0aca238d26
daDo_other_bg_check
2023-01-19 09:02:48 -07:00
Pheenoh
b1cb7df180
s_w_sub
2023-01-18 23:17:08 -07:00
Pheenoh
3f325bfb49
do_swim
2023-01-18 22:38:30 -07:00
Pheenoh
83eeedf2f5
s_c_sub
2023-01-18 21:44:39 -07:00
Pheenoh
09ee1fd068
message
2023-01-18 21:38:34 -07:00
Pheenoh
929398703d
do_message
2023-01-18 19:42:59 -07:00
Pheenoh
18b96dd20e
area_check
2023-01-18 09:32:46 -07:00
Pheenoh
a28fbeb310
move_dansa_check
2023-01-17 21:47:19 -07:00
Pheenoh
131ac1b06c
depth_check
2023-01-17 19:22:37 -07:00
Pheenoh
ca38ce3465
revert user area changes
2023-01-15 12:28:57 -07:00
Pheenoh
b25381bfba
Merge branch 'master' into d_a_do
2023-01-15 11:52:54 -07:00
Pheenoh
dd4db53c5b
checkpoint
2023-01-07 05:57:30 -07:00
Pheenoh
42a6a6ebca
nodeCallBack attempt
2023-01-06 08:44:50 -07:00
Jcw87
dd984e3b8e
Generate makefiles from dol2asm
2023-01-06 03:52:59 -08:00
Pheenoh
f367d21472
anm_init
2023-01-05 20:50:31 -07:00
Pheenoh
67fc1447da
checkpoint
2023-01-04 09:21:20 -07:00
Pheenoh
63afb14d8b
do_carry_check
2023-01-03 00:18:06 -07:00
Pheenoh
f547247a81
food_check
2023-01-03 00:16:08 -07:00
Jonathan Wase
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
Jasper St. Pierre
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
Julgodis
0ad6ebe7b4
moved strings + decompile simple store functions
2021-04-10 07:02:38 +02:00
Julgodis
2661db6aaa
auto decompile more functions
2021-04-08 21:05:48 +02:00
Julgodis
a23a106399
demangle data-symbols
2021-04-08 01:47:05 +02:00
Julgodis
dca1d2a1c0
detect more floats/doubles, including from relocations
2021-04-07 09:16:47 +02:00
Julgodis
ed1ee30dd2
building RELs
2021-04-06 18:00:35 +02:00
Julgodis
f6464a61ce
__sinit and progress script update
2021-04-01 02:07:58 +02:00
Julgodis
b999714187
.dead section fix
2021-03-31 23:22:38 +02:00
Julgodis
a868b6ae56
re-generate with bug fixes
2021-03-30 01:58:08 +02:00
Julgodis
815c1a2039
clang-format
2021-03-29 00:10:25 +02:00
Julgodis
d244b7cb0d
dol2asm OK
2021-03-28 22:49:05 +02:00