Commit Graph

154 Commits

Author SHA1 Message Date
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 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 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 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
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 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 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
Jdog 177a9f0fe6 Several more Camera functions & struct changes 2020-08-21 08:04:57 -07:00
Jdog eb82e98854 Lots more matching Camera-related functions 2020-08-20 14:16:52 -07: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
Jdog fa0fc93187 Formatting 2020-08-20 10:11:36 -07:00
Jdog e8ed3ae03f Match SetCamEnabled, SetCamFlag80, SetCamPerspective, func_802CA90C. WIP func_802CA988. Modified Camera struct. 2020-08-20 09:41:42 -07:00
Alex Bates 325fec679c
fix codestyle
Bitten by my own script. Damn.
2020-08-20 17:07:05 +01:00
Alex Bates 4f2261c5d9
resolve conflicts with master 2020-08-20 17:02:57 +01:00
Jdog 556e2cd658 More formatting issues 2020-08-19 19:51:36 -07:00
Jdog 256394d8c4 Formatting issue with set_script_timescale 2020-08-19 19:45:43 -07:00
Jdog 6bbc66ddc0 I don't know 2020-08-19 19:37:39 -07:00
Jdog 53264c467a Remove uneccessary else block 2020-08-19 19:32:54 -07:00
Josh 7e4d7f9085
Merge branch 'master' into master 2020-08-19 19:26:09 -07:00
Jdog eabeb3d4aa Revise func_802B7000 using angle as left value 2020-08-19 19:22:02 -07:00
Jdog dd98f7c034 Remove documentation 2020-08-19 16:00:45 -07:00
Jdog bc8080788a Fixing changes for PR: npcPtr to npc, spacing on if, removed else block in EnableNpcShadow that wasn't needed 2020-08-19 15:48:15 -07:00
Alex Bates 0e9e50c64d
resolve conflicts with master, remove enum ScriptBufferValue 2020-08-19 23:28:08 +01:00
Jdog 65f1db2e87 Match func_802B7000 2020-08-19 09:55:52 -07:00
Jdog ada5f9dcfe Match SetNpcEffect, PlaySoundAtNpc, SetNpcRenderMode (previously un-named func defined by me) 2020-08-19 07:34:52 -07:00
Jdog 6c8c91c54d Merge remote-tracking branch 'upstream/master' 2020-08-18 21:55:00 -07:00
Jdog e3575d3b58 Match EnableNpcShadow, EnableNpcBlur, ClearPartnerMoveHistory, GetPartnerPos, DisablePartnerAI, EnablePartnerAI, func_802CF54C, func_802CF56C 2020-08-18 21:54:42 -07:00
Ethan Roseman 09e8b625cf More SI functions 2020-08-18 22:36:21 -04:00
Ethan Roseman c557fdaf67
Merge pull request #30 from JoshW-7/master
Several NPC-related matching functions. Modifed Npc struct with new float value.
2020-08-18 22:23:11 -04:00
Alex Bates fbbbf83d22
add NON_MATCHING 2020-08-19 02:45:26 +01:00
Jdog 2864ba6476 Remove comments about omitting return statements 2020-08-18 18:24:56 -07:00
alex c52ad332cc
Merge branch 'master' into coverage 2020-08-19 02:00:00 +01:00
Alex Bates 05d0eff2b1
remove commented INCLUDE_ASM macros 2020-08-19 01:55:56 +01:00
Alex Bates 91d2819d6f
Merge master into clang-format 2020-08-19 01:41:06 +01:00
Alex Bates 728c879b9f
resolve clang-tidy errors 2020-08-19 01:35:11 +01:00
Jdog 17d513eeba Added function prototype for set_npc_yaw. Match NpcJump0, NpcJump1, GetNpcYaw, SetNpcYaw 2020-08-18 17:31:39 -07:00
Alex Bates 42747be7ae
fix signatures for builtins mistakenly marked as api functions 2020-08-19 01:23:22 +01:00