If you appreciate the work done within the wiki, please consider supporting The Cutting Room Floor on Patreon. Thanks for all your support!

User talk:PartyPlanner64

From The Cutting Room Floor
Jump to navigation Jump to search
This is the talk page for User:PartyPlanner64.
  • Sign and date your posts by typing four tildes (~~~~).
  • Put new text below old text.
  • Indent replies by prefixing with a colon :
  • Add new sections with the 'Add topic' button at the top right.
  • Be polite.
  • Assume good faith.
  • Don't delete discussions.
  • Be familiar with the talk help page.

Hello I am interested by your last post on Mario Party How do you get 64dd pictures of errors message? --Jimmy130 (talk) 06:34, 23 August 2015 (EDT)

https://tcrf.net/Mario_Party#64DD_support

They are included in the game's filesystem, specifically in directory 17. You can dump the file system and the images within with some of the debug features of PartyPlanner64.
That's all I really know about them, I just noticed they are present there. The filesystem APIs, from what I've seen, access files by passing a 32-bit value with the directory and file desired, so you may be able to find relevant code by search for something like 00110003 as an example, for the "Please see the instruction booklet" image. Or it might just LUI 0x0011 and then ADDIU 0x0003 before calling the filesystem read. (My notes say that for NTSC US the filesystem read function is at ROM 0x000145B0.) --PartyPlanner64 (talk) 13:41, 13 November 2016 (EST)

thanks I will look at your program. --Jimmy130 (talk) 06:20, 4 December 2016 (EST)