Files
SpaghettiKart/asm
Tyler McGavran ecb085b291 Add some more actor types, match a function (#191)
* Add some more actor types, match a function

* Identify the boundBox member of the Player struct

Note that while the `flag` members are signed, they should be understood as just a group of bits.
Based on some googling around (see https://stackoverflow.com/a/11644749) the operation `thing.flag |= 0x8000`
is NOT undefined behaviour, even though that is setting the sign bit.
The numerical interpretation of the result as a signed number is implementation defined, while the
actual operation acts on the bit representation of the number.

Signed-off-by: Taggerung <tyler.taggerung@gmail.com>
2022-05-06 21:56:43 -07:00
..
2022-01-30 23:31:43 -07:00
2020-10-14 21:13:33 -07:00
2022-02-22 16:33:01 -07:00
2021-12-14 20:40:38 -07:00
2021-04-26 17:53:21 -06:00
2021-03-08 01:58:07 -07:00
2022-04-16 23:11:40 -07:00
2022-01-22 22:46:07 -07:00
2022-04-16 23:11:40 -07:00
2021-03-02 01:48:17 -07:00
2021-03-02 01:48:17 -07:00
2020-10-14 21:13:33 -07:00
2021-03-02 01:48:17 -07:00
2021-03-02 01:48:17 -07:00