If you are still using the old URL (datacrystal.romhacking.net), please update your bookmarks! The old URL may stop working soon.
The current URL is datacrystal.tcrf.net.
The current URL is datacrystal.tcrf.net.
Donkey Kong Land/ROM map: Difference between revisions
Jump to navigation
Jump to search
m (Redundant category removal) |
Blaziken257 (talk | contribs) No edit summary |
||
Line 5: | Line 5: | ||
* <tt>0E93C-0E945</tt> - Intro screen | * <tt>0E93C-0E945</tt> - Intro screen | ||
* <tt>0E99C-0E9A5</tt> - File Select screen | * <tt>0E99C-0E9A5</tt> - File Select screen | ||
==World Maps== | |||
Note that this data only stores 32x32 tiles, which only affects the level visually. Collision data is stored somewhere else. This is the only DKL game to store the collision data separately. | |||
===Pointer Table=== | |||
* <tt>34001-?????</tt> - Levels / bonus levels | |||
** Format: | |||
*** Little endian RAM pointer (2 bytes) | |||
*** ROM bank (1 byte) | |||
===Levels=== | |||
* <tt>3481D</tt> - Jungle Jaunt |
Revision as of 06:17, 5 April 2013
The following article is a ROM map for Donkey Kong Land.
Color Palettes
- 0E8AC-0E8CB - Title screen
- 0E93C-0E945 - Intro screen
- 0E99C-0E9A5 - File Select screen
World Maps
Note that this data only stores 32x32 tiles, which only affects the level visually. Collision data is stored somewhere else. This is the only DKL game to store the collision data separately.
Pointer Table
- 34001-????? - Levels / bonus levels
- Format:
- Little endian RAM pointer (2 bytes)
- ROM bank (1 byte)
- Format:
Levels
- 3481D - Jungle Jaunt