Commit Graph

1050 Commits

Author SHA1 Message Date
Ethan Roseman
97f1f96662 SomeItemEntityFunc 2020-10-25 21:12:01 -04:00
Ethan Roseman
eba9c356ed Update assist.py 2020-10-25 20:11:05 -04:00
Ethan Roseman
fc6e7ba903
Merge pull request #97 from nanaian/rip-star-rod
Remove Star Rod submodule
2020-10-25 16:14:14 -04:00
Ethan Roseman
37b94d320c UnkTexturePanFunc2 2020-10-25 16:08:59 -04:00
Ethan Roseman
763de9d951 UnkTexturePanFunc 2020-10-25 16:01:41 -04:00
Alex Bates
cba82f3608
remove star-rod 2020-10-25 00:49:09 +01:00
Ethan Roseman
698c142dd4 GetCurrentCameraYawClamped180 2020-10-24 18:42:58 -04:00
Ethan Roseman
4c26b6df56 SetPlayerStatusAnimFlags100000 2020-10-24 18:32:02 -04:00
Ethan Roseman
86087faf8f GetCurrentFloor (less than 10k funcs now) 2020-10-24 18:25:25 -04:00
Ethan Roseman
820dd235e6 3 more 2020-10-24 18:14:57 -04:00
Ethan Roseman
4b1f9e0fa5 Some decomp, tons of cleanup 2020-10-24 17:51:27 -04:00
Ethan Roseman
4915acf7a2 si_find_label 2020-10-24 16:07:26 -04:00
Ethan Roseman
e8405620ba
Merge pull request #96 from ethteck/cornucopia
SI funcs and cleanup
2020-10-24 00:33:03 -04:00
Ethan Roseman
ef18c02a4a format 2020-10-24 00:25:25 -04:00
Ethan Roseman
3407ecb91a si funcs and cleanup 2020-10-24 00:23:16 -04:00
Ethan Roseman
6b8211bee1
Merge pull request #95 from nanaian/script-dsl
Add script DSL
2020-10-24 00:22:38 -04:00
Ethan Roseman
2f33cec82d
Merge pull request #89 from ethteck/cornucopia
Cornucopia: The Squeakquel
2020-10-24 00:18:12 -04:00
Ethan Roseman
5d64708640 Map headers 2020-10-23 21:09:49 -04:00
Alex Bates
1d2e46fcad
do..while -> loop.until
astyle indented the `while` wrongly as there's no semicolon
2020-10-23 21:07:25 +01:00
Alex Bates
52f5d3cc49
improve build time 2020-10-23 21:06:06 +01:00
Alex Bates
f08eab499c
fix warnings 2020-10-23 20:17:35 +01:00
Alex Bates
7c70208230
fix break statement 2020-10-23 20:14:58 +01:00
Alex Bates
d29496e6e0
add do..while psuedoinstruction 2020-10-23 19:35:45 +01:00
Alex Bates
652c52d3dd
use SCRIPT(...) everywhere 2020-10-23 18:39:38 +01:00
Ethan Roseman
c459b4e7a1
Merge pull request #94 from nanaian/make
New Makefile
2020-10-23 08:50:18 -04:00
Ethan Roseman
5b0966b524 fixes 2020-10-23 08:47:07 -04:00
Ethan Roseman
98d8bdd789 map header WIP 2020-10-23 08:31:56 -04:00
Alex Bates
9cf3288841
add `clean-code' make goal 2020-10-23 10:36:20 +01:00
Alex Bates
3576683006
add NON_MATCHING 2020-10-23 10:36:09 +01:00
Alex Bates
218961279b
merge make 2020-10-23 01:56:22 +01:00
Alex Bates
049022174c
new makefile 2020-10-23 01:28:24 +01:00
Ethan Roseman
2462200b48 Merge branch 'master' into cornucopia 2020-10-22 17:16:58 -04:00
alex
f5b18b8616
Merge pull request #91 from nanaian/m-proposal
Add M(sym) macro and map data disassembler
2020-10-22 18:46:40 +01:00
Alex Bates
c9a0f1b7d9
fix asset_table.o generation 2020-10-22 18:41:52 +01:00
Alex Bates
61665d1066
bump splat 2020-10-22 18:12:13 +01:00
Alex Bates
1abd55b4a1
fix build 2020-10-22 17:39:14 +01:00
Alex Bates
0ea4d24deb
merge master 2020-10-22 17:34:31 +01:00
alex
191be39a03
document StatDrop (#88) 2020-10-22 06:01:11 +01:00
Alex Bates
83153acb59
implement SCRIPT(...) dsl 2020-10-22 05:54:03 +01:00
Alex Bates
54c337596b
reduce makefile lookup
Waiting on https://github.com/ethteck/n64splat/pull/6
2020-10-22 03:53:49 +01:00
Ethan Roseman
2ea328286b Set8009A650_40 2020-10-21 22:27:59 -04:00
Alex Bates
e2d1de8ffe
fix `make setup' when bin/ doesn't exist 2020-10-22 03:19:25 +01:00
Alex Bates
14b509830f
#define map-namespaced functions with M 2020-10-22 03:14:13 +01:00
Alex Bates
7cfd053fb7
improve make speed 2020-10-22 03:09:23 +01:00
Ethan Roseman
32e896c011 SetManyVars 2020-10-21 22:05:01 -04:00
Ethan Roseman
7a7f24431f more cleanup 2020-10-21 21:53:26 -04:00
Ethan Roseman
69a29dc8fc removing extra lines / formatting 2020-10-21 21:43:08 -04:00
Ethan Roseman
5c049a9f22 SomeMatrixOperations bogo 2020-10-21 21:39:50 -04:00
Ethan Roseman
6b1ca37bc6
Merge pull request #93 from pixel-stuck/fixup_types
add list types and fix code that uses them
2020-10-21 20:12:32 -04:00
dark-samus
49c7ba0239 add list types and fix code that uses them 2020-10-21 20:07:00 -04:00