Welcome to Data Crystal's new home! Data Crystal is now part of the TCRF family (sort of).
The wiki has recently moved; please report any issues in Discord. Pardon the dust.

Motocross Maniacs/ROM map: Difference between revisions

From Data Crystal
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
{{rommap|game=Motocross Maniacs}}
{{rommap|game=Motocross Maniacs}}
* x0F08-x0F13 - "GAME OVER" text data (2 bytes for display address, then list of tiles)
* x0F37-x0F8F - Pre-race screen text data ("QUALIFYING TIME"/"COURSE RECORD"...)


==Text data==
  * x10E1-x12C0 - "Konami Games" intro logo tiles
Text data format: 2 bytes for display address, then a series of tiles IDs. <tt>xFE</tt> is the end of a word, <tt>xFF</tt> the end of the text.
  * x12F3-x145B - letter tiles (in 1 bit per pixel format)
  * x0F08-x0F13 "GAME OVER"
* x14CC-x18EB - "Motocross Maniacs" logo tiles (in 1BPP format)
  * x0F37-x0F8F Pre-race screen data (QUALIFYING TIME/COURSE RECORD...)
 
* xXXXX-x475F - tileset data
==Level data==
* xXXXX-x475F - tileset data
  * x4760-x476F - table of x08 pointers to course definitions
  * x4760-x476F - table of x08 pointers to course definitions
  * x4770-x56CB - course definitions
  * x4770-x56CB - course definitions
  * x56CC-x5793 - table of pointers to course object definitions
  * x56CC-x5793 - table of pointers to course object definitions
  * x5794-x5A1E - course object definitions
  * x5794-x5A1E - course object definitions
  * x5A1F-x5C8E - metatile defintions
  * x5A1F-x5C8E - metatile defintions

Revision as of 13:57, 4 May 2023

Chip tiny.png The following article is a ROM map for Motocross Maniacs.

* x0F08-x0F13 - "GAME OVER" text data (2 bytes for display address, then list of tiles)
* x0F37-x0F8F - Pre-race screen text data ("QUALIFYING TIME"/"COURSE RECORD"...)
* x10E1-x12C0 - "Konami Games" intro logo tiles
* x12F3-x145B - letter tiles (in 1 bit per pixel format)
* x14CC-x18EB - "Motocross Maniacs" logo tiles (in 1BPP format)

  • xXXXX-x475F - tileset data
* x4760-x476F - table of x08 pointers to course definitions
* x4770-x56CB - course definitions
* x56CC-x5793 - table of pointers to course object definitions
* x5794-x5A1E - course object definitions
* x5A1F-x5C8E - metatile defintions