11 Commits

Author SHA1 Message Date
Prakxo e1fcb33cef The NPC PR 3/3 OK (#119)
* npc werk

* atleast it builds

* m_npc OK

* forgor format

* review

* format

* fix warns?
2023-11-23 10:03:30 -07:00
emilybrooks 1b465cfe8b m_snowman OK (#94)
* moved everything from private fork

* trying to figure out name stuff

* matched mSN_check_life

* fully matching

* add season enum

* forgot

* fixed structs
2023-09-11 10:27:49 -07:00
Derek Hensley 0b49159da1 math64 OK (#67)
* math64 OK

* Header
2023-08-21 11:36:27 -07:00
Prakxo e5f9a888e6 qrand OK (#62)
* qrand OK

* refactor

* format
2023-08-17 09:23:52 -07:00
Prakxo 1bebc761b6 sprintf OK (#57)
* sprintf OK

* format

* refactor
2023-08-16 16:39:17 -07:00
Anghelo Carvajal 647f6deed4 Bootstrap actors (#56)
* rename actors to their profile names. still need to rename thir files

* name the files of almost half the actors

* name the files of the rest of the actors

* name functions used in actor profiles

* create c files

* fix building

* fix fake symbol in ac_ball

* make headers

* bootstrap most of the stuff

* rename ovl_player_actor to player_actor

* name all the actor enums

* actor and object enums

* flags

* restore comment

* avoid building asm/lib because it can be problematic for FULL_DISASM

* format
2023-08-16 16:29:49 -07:00
Maide fca5307ea9 m_play (#50)
* m_play

* Some warnings

* lots of function renames from the gcn version

* fix warnings

* format

* a

* a

* PR

* PR2

---------

Co-authored-by: Maide <you@example.com>
Co-authored-by: angie <angheloalf95@gmail.com>
2023-08-16 11:11:19 -07:00
Prakxo 0378b87aee sleep OK (#52)
* sleep OK

* add array_count macro
2023-08-16 09:51:20 -07:00
Prakxo a2deca64d2 aprintf OK (#51)
* m_pause OK

* yeah now it's OK lol

* refactor

* refactor 2

* m_controller OK

* format

* fix size comment in game

* refactor 3

* refactor 4

* refactor 5

* add unused macro

* aprintf OK
2023-08-15 10:21:42 -07:00
Anghelo Carvajal 0d54e2ae4c libc64.a identification (#45)
* __osMalloc

* aprintf.c

* math64.c

* qrand.c

* sleep.c

* sprintf.c

* malloc.c

* fixes

* fp and math64 cleanup

* RAD_TO_BINANG
2023-08-10 11:41:19 -04:00
Anghelo Carvajal cfa703f013 malloc.c (#42)
* malloc

* match

* bss

* Fix naming

* move __osMalloc to libc64 folder

* move headers to libc64 folder
2023-08-09 20:45:25 -04:00