• Please stop embedding files/images from Discord. Discord has anti-hotlinking logic in place that breaks links to Discord hosted files and images when linked to from anywhere outside of Discord. There are a multitude of file/image hosting sites you can use instead.

    (more info here)

Cave Story Tribute Site Forums

Noxid
Noxid
Hooooo
AFAIK it should show it all since KSS used it and I had a full screen title
But i also have had some complaints about that one so it might be that I forgot something...
S
Slither
S
Slither
Sorry, I mean the framerects for the "cave story doukutsu monogatari" shit are 0, 0, 320, 240 yeah
Noxid
Noxid
I'll look at the code
...

In my version (applied to KSS), at 40FB52 are the instructions to set the framerect of the title screen to be drawn; these should be 0x140 and 0xF0 (bearing in mind the game will scale them up when running 640x480). That draws the background that covers the full screen.
Now that I think of it, I don't think TIMG covered these changes to the title screen code?

That would be all wrapped up in the 3-save title, it's a really dense chunk of ASM. I'd recommend just skimming through 0x40F9B0 and fixing what needs to be fixed.
S
Slither
I'm not exactly sure what needs to be fixed. 40FB52 isn't even shown in my executable (40FB53 is there) and it's surrounded by MOV DWORD <EBP-shit>,EAX
I can see how it's optimized, I'm just not sure what's what or what needs to be changed
I can send you the snippet of code if you need it
Noxid
Noxid
if you can send me a .txt file with all of 40F9B0 I can probably figure out what needs to be changed
Back
Top