Commit Graph

367 Commits

Author SHA1 Message Date
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
Jdog 65f1db2e87 Match func_802B7000 2020-08-19 09:55:52 -07:00
Jdog 51ff61c479 Remove SetNpcEffect.s 2020-08-19 07:35:56 -07:00
Jdog ada5f9dcfe Match SetNpcEffect, PlaySoundAtNpc, SetNpcRenderMode (previously un-named func defined by me) 2020-08-19 07:34:52 -07:00
Jdog 057c73be8e Remove EnablePartnerAI.s 2020-08-18 21:58:26 -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 7f8c2d5b59
Merge pull request #31 from ethteck/si
More SI functions
2020-08-18 22:57:29 -04: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
Jdog 2864ba6476 Remove comments about omitting return statements 2020-08-18 18:24:56 -07:00
Jdog 17d513eeba Added function prototype for set_npc_yaw. Match NpcJump0, NpcJump1, GetNpcYaw, SetNpcYaw 2020-08-18 17:31:39 -07:00
Jdog 63f8254227 And remove TODO 2020-08-18 15:53:04 -07:00
Jdog d844156076 Rename func_802CE1C0 to SetNpcAnimationSpeed 2020-08-18 15:51:58 -07:00
Jdog cd11b621c3 Modifed Npc struct w/ new float value. Match SetNpcAnimation, GetNpcAnimation, func_802CE1C (sets a float value in Npc struct) 2020-08-18 14:29:25 -07:00
Jdog b88d8f7afc Match SetNpcScale, SetNpcJumpScale 2020-08-18 14:12:26 -07:00
Jdog e8d377eda0 ...And include comment 2020-08-18 13:47:06 -07:00
Jdog d5bc60ffc9 Move todo variable declaration into if block for SetNpcCollisionSize 2020-08-18 13:46:15 -07:00
Jdog d5438113de Match SetNpcCollisionSize (Note: includes TODO) 2020-08-18 13:44:19 -07:00
Ethan Roseman 5507d9f196
Merge pull request #29 from nanaian/match-floats
match commented functions which use floats
2020-08-18 15:43:05 -04:00
Jdog 3a410419a8 Match SetNpcSpeed 2020-08-18 12:38:25 -07:00
Ethan Roseman 5f04055355 Newline 2020-08-18 12:43:55 -04:00
Ethan Roseman 00306ce572
Merge pull request #17 from Rainchus/master
ebd0 matched functions
2020-08-18 12:43:25 -04:00
Alex Bates 25eda26d0b
1024.f -> 1024.0f 2020-08-18 10:30:36 +01:00
Alex Bates 2db3e8066c
match functions which use floats
Now that float compilation is fixed, we can uncomment these!
2020-08-18 10:28:13 +01:00
pixel-stuck 03dc9f2b3b
Merge pull request #28 from nanaian/fix-build
add 32-bit glibc dependency
2020-08-18 05:24:55 -04:00
Alex Bates 0a7539f3b0
add dependency: lib32-glibc 2020-08-18 09:41:36 +01:00
Ethan Roseman 5a000c5338 Fix terrible float issue (yay) 2020-08-18 01:12:41 -04:00
Ethan Roseman f5e69e3df6
Merge pull request #23 from nanaian/assert
add ASSERT macro
2020-08-17 13:29:12 -04:00
Alex Bates 82effcaf8e
remove temp comment 2020-08-17 18:27:37 +01:00
Ethan Roseman 6901860e16
Merge pull request #25 from nanaian/readme-arch
update readme and add install script
2020-08-17 13:25:27 -04:00
Alex Bates 774d645f37
fix typo 2020-08-17 18:20:20 +01:00
Alex Bates cd74f41fc0
Merge master into assert 2020-08-17 18:16:13 +01:00
Ethan Roseman 38a0eacf66
Merge pull request #22 from nanaian/type-apocalypse
rename types
2020-08-17 13:10:17 -04:00
Alex Bates 766513f495
drop sudo from makepkg 2020-08-17 18:09:42 +01:00
Alex Bates 02e6aa687c
update readme and add install script 2020-08-17 17:58:16 +01:00
Ethan Roseman 7420140916
Merge pull request #24 from nanaian/fix-gh-language-detect
Fix GitHub's language detection
2020-08-17 09:57:08 -04:00
Alex Bates ca9d24a245
tell github *.h files are written in C 2020-08-17 13:45:46 +01:00
Alex Bates f762aa1139
add misc global vars from SR database 2020-08-17 13:40:21 +01:00
Alex Bates 1a36566cdc
add ASSERT macro 2020-08-17 13:09:19 +01:00
Alex Bates 9f50926f9b
match si_handle_switch, si_handle_switch_const 2020-08-17 13:07:33 +01:00
Alex Bates 95e6bddaf8
use StaticX for static table entry structs
Change prompted by Clover.
2020-08-16 15:19:33 +01:00
Alex Bates 812288ca1a
add script interpreter constants 2020-08-16 07:55:51 +01:00
Alex Bates e39d02e55e
rename Script to ScriptInstance 2020-08-16 06:55:30 +01:00
Alex Bates 46c2016bf1
rename enums 2020-08-16 05:24:20 +01:00
Alex Bates 0d8814555e
rename Bytecode alias 2020-08-16 04:23:40 +01:00
Alex Bates 5103d1cc7d
remove duplicate StaticNpcSettings declaration 2020-08-16 04:22:21 +01:00
Alex Bates e40b05d9c5
rename types (#20) 2020-08-16 04:19:00 +01:00
Ethan Roseman 934bd5a415
Merge pull request #18 from nanaian/f8f60
split and match most functions at f8f60
2020-08-15 22:37:35 -04:00