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
9b28791c7f
ReC98
/
th01
/
main_08.cpp
7 lines
96 B
C++
Raw
Normal View
History
Unescape
Escape
[Decompilation] [th01] .GRZ file loading and display Yet another run-length encoded graphics format, this one being exclusively used to wastefully store Konngara's sword slash and kuji-in kill "animation". But for once, the terrible code generated by inline functions with non-literal parameters perfectly matches what ZUN wrote here. Part of P0081, funded by Ember2528.
2020-03-03 18:41:02 +00:00
/* ReC98
*
-
-
-
-
-
*
Code
segment
#
8
of
TH01
'
s
REIIDEN
.
EXE
*/
[Decompilation] [th01] .GRP file loading and display All the weird double returns in FUUIN.EXE just magically appear with -O-! 😮 And yeah, it's a bowl of global state spaghetti once again. 🍝 Named the functions in a way that would make sense to a user of the API, who should be aware of typical side effects, like, y'know, a changed hardware palette… That's how you end up with the supposed "main" function getting a "_palette_show" suffix. Completes P0082, funded by Ember2528.
2020-03-12 23:54:35 +00:00
#
include
"th01/formats/grp.cpp"