This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
ReC98
mirror of
https://github.com/nmlgc/ReC98.git
Watch
1
Star
1
Fork
You've already forked ReC98
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
6333643222
ReC98
/
th02
/
snd
/
data.c
3 lines
44 B
C
Raw
Normal View
History
Unescape
Escape
[Maintenance] Define `bool` as unsigned Wait, we can just do that, and nothing breaks?! All this time, we could have avoided the `unsigned char` workaround??? Part of P0130, funded by Yanga.
2020-12-11 20:40:40 +00:00
bool
snd_active
=
0
;
[C decompilation] [th02] Code segment #2 of all three executables Only one code segment left in both OP and FUUIN! its-happening.gif Yeah, that commit is way larger than I'm comfortable with, but none of these functions is particularly large or difficult to decompile (with the exception of graph_putsa_fx(), which I actually did weeks ago), and OP and MAIN have their own unique functions in between the shared ones, so…
2015-03-14 22:25:50 +00:00
char
snd_unused
=
0
;