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
ed4d7282a0
ReC98
/
th02
/
score.h
5 lines
64 B
C
Raw
Normal View
History
Unescape
Escape
[Reverse-engineering] [th04/th05] GENSOU.SCR structure Funny how the actual scores are stored as little-endian gaiji strings in the bold font, yet never actually used as such. Part of P0063, funded by -Tom-.
2019-12-26 16:19:44 +00:00
#
define SCORE_DIGITS 8
[Naming] [th02] Current and high score
2019-11-25 01:23:46 +00:00
extern
long
score
;
extern
long
hiscore
;