Commit Graph

456 Commits

Author SHA1 Message Date
Ethan Roseman
290a7426a5 Various funcs 2020-09-06 11:53:48 -04:00
Ethan Roseman
66cc5a1ee6
Merge pull request #46 from ethteck/code-6000-done
Finished code_6000.c
2020-09-02 14:40:35 -04:00
Ethan Roseman
a8cf83b098 removing -mips3 2020-09-02 14:35:25 -04:00
Ethan Roseman
c92a46ae0d PR comments, Makefile change 2020-09-02 14:20:29 -04:00
Ethan Roseman
11e3e9b35e tiny change 2020-09-02 12:51:45 -04:00
Ethan Roseman
ee8d55d6a2 PR fixes and a couple more 2020-09-02 12:37:33 -04:00
Ethan Roseman
2fbaf231b2
Merge pull request #45 from sonicspiral/master
Decomp of func_8014A52C and WSL script
2020-09-01 23:27:34 -04:00
sonicspiral
ab754807fc
delete windows_terminal.bat 2020-09-01 19:26:28 -07:00
Ethan Roseman
90d2ddf2f6 Finished code_6000.c 2020-09-01 21:45:06 -04:00
sonicspiral
dedd132adc
removed redundant cast, s16 type is defined in include/variables.h 2020-09-01 18:11:21 -07:00
sonicspiral
f389bf188e removed func_8014A52C from asm/nonmatchings/code_e0b30_len_b80/ 2020-08-30 01:51:58 -07:00
sonicspiral
b02c9b1bd9 decomp of func_8014A52C from code_e0b30_len_b80
* updates to undefined_syms
* updates to variables.h
* added helper window_terminal.bat for windows users
original mips to c output
```
s16 func_8014A52C(void) {
    *(void *)0x80159AE2 = (u16)8;
    *(void *)0x80159AE4 = (u16)8;
    return (u16)8;
}
```
2020-08-30 01:37:51 -07:00
sonicspiral
c67e2794a7
Merge pull request #1 from ethteck/master
Getting even with upstream master
2020-08-29 19:32:54 -07:00
Ethan Roseman
f3edd49096
Merge pull request #44 from ethteck/si
Two functions & splat update
2020-08-26 19:44:51 -04:00
Ethan Roseman
7633f31d87 Update splat 2020-08-26 19:14:44 -04:00
Ethan Roseman
74a46100c1 2 more 2020-08-26 18:54:55 -04:00
Ethan Roseman
a6c722060a
Merge pull request #42 from ethteck/si
Some more si funcs
2020-08-24 00:24:57 -04:00
Ethan Roseman
73ba3eeb22 PR suggestion 2020-08-24 00:18:10 -04:00
Ethan Roseman
50a791ea0b 9 more 2020-08-24 00:16:43 -04:00
Ethan Roseman
a264959d8c
Merge pull request #40 from JoshW-7/master
Some new global variables & matching script functions
2020-08-23 22:03:49 -04:00
Jdog
01f92022e9 . 2020-08-23 18:42:04 -07:00
Jdog
47b70ab74f Remember to hit ctrl+s on documents. It's important. 2020-08-23 18:40:11 -07:00
Jdog
86a51e3f69 gPlayerNpc to gPlayerNpcPtr & small formatting fix 2020-08-23 18:38:50 -07:00
Ethan Roseman
bf825e84e0 More SI funcs 2020-08-23 21:23:37 -04:00
Ethan Roseman
b9c67f8f7e Merge remote-tracking branch 'origin/master' into si 2020-08-23 20:34:29 -04:00
Jdog
c140901612 #include enums.h in variables.h to make format script happy 2020-08-22 16:39:45 -07:00
Jdog
efe89e4486 Added gPlayerActionState, gPlayerAnimation, gPlayerNpc. Modifed PlayerStatus->actionState from u8 to s8. Defined ActionState enum as s8 type. A handful more script functions matched. 2020-08-22 16:24:51 -07:00
Ethan Roseman
4bc4681d94
Merge pull request #39 from ethteck/data-support
Data support
2020-08-21 23:49:02 -04:00
Ethan Roseman
002b75f461 Data support 2020-08-21 23:32:59 -04:00
Ethan Roseman
87b421e8a0 Some more si functions 2020-08-21 23:04:10 -04:00
Ethan Roseman
8677bf3af1
Merge pull request #38 from JoshW-7/master
Lots of Cam funcs & updates to Camera struct.
2020-08-21 14:37:43 -04:00
Jdog
177a9f0fe6 Several more Camera functions & struct changes 2020-08-21 08:04:57 -07:00
Jdog
540b74c71b Remove n64splitter 2020-08-20 16:41:10 -07:00
Jdog
eb82e98854 Lots more matching Camera-related functions 2020-08-20 14:16:52 -07:00
Ethan Roseman
d5a453b2c1
Merge pull request #37 from ethteck/splat
Further LD improvements
2020-08-20 16:39:31 -04:00
Ethan Roseman
dd080cbd38 Further LD improvements 2020-08-20 16:33:21 -04:00
Jdog
89e749a724 Variable renaming, tweaks with getting camera pointer to make certain functions match. Match SetCamType 2020-08-20 13:01:56 -07:00
Ethan Roseman
5d08b829a5
Merge pull request #36 from ethteck/splat
Testing condensed ld
2020-08-20 14:37:28 -04:00
Ethan Roseman
8c5aa0d027 Testing condensed ld 2020-08-20 14:22:11 -04:00
Jdog
6145ce6c94 Merge branch 'master' of https://github.com/JoshW-7/papermario 2020-08-20 10:12:13 -07:00
Jdog
fa0fc93187 Formatting 2020-08-20 10:11:36 -07:00
Jdog
e818be1b9f Formatting 2020-08-20 10:09:18 -07:00
Jdog
e8ed3ae03f Match SetCamEnabled, SetCamFlag80, SetCamPerspective, func_802CA90C. WIP func_802CA988. Modified Camera struct. 2020-08-20 09:41:42 -07:00
Ethan Roseman
56928c3089
Merge pull request #35 from ethteck/tidying-splat
Basic tidying
2020-08-20 12:39:16 -04:00
Ethan Roseman
b498086436
Merge pull request #27 from nanaian/coverage
remove matched asm, add NON_MATCHING
2020-08-20 12:38:42 -04:00
Ethan Roseman
610bc61443 Basic tidying 2020-08-20 12:37:26 -04:00
Alex Bates
bb263e818f
remove n64splitter submodule 2020-08-20 17:19:22 +01:00
Alex Bates
f708590e44
actually fix coverage.py this time 2020-08-20 17:11:03 +01:00
Alex Bates
325fec679c
fix codestyle
Bitten by my own script. Damn.
2020-08-20 17:07:05 +01:00
Alex Bates
130ebd5401
ci: fix coverage 2020-08-20 17:06:48 +01:00