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.
Star Fox/ROM map: Difference between revisions
< Star Fox
Jump to navigation
Jump to search
Bluephoenix (talk | contribs) No edit summary |
Bluephoenix (talk | contribs) No edit summary |
||
Line 45: | Line 45: | ||
| <code>0A40DA</code> | | <code>0A40DA</code> | ||
| bitmap font (Nintendo presents, credits?), 2bpp planer | | bitmap font (Nintendo presents, credits?), 2bpp planer | ||
|- | |||
|colspan="3"| ... | |||
|- | |||
| <code>0BB7A4</code> | |||
| <code>0BE523</code> | |||
| talking characters, 4bpp linear 4x5 blocks | |||
|- | |- | ||
|colspan="3"| ... | |colspan="3"| ... | ||
Line 52: | Line 58: | ||
== Notes == | == Notes == | ||
Dialog text has prefix of two bytes and <code>0E</code> | Dialog text has prefix of two bytes and <code>0E</code>, and is null-terminated. The first byte is the text position and character that speaks. The second byte is the color index for the text. For example: | ||
<pre> | <pre> |
Revision as of 01:59, 5 November 2017
Start | End | Description |
---|---|---|
... | ||
001090
|
001340
|
bitmap font, 2bpp planer (unused) |
... | ||
0075C0
|
007FDF
|
SNES Header (reference) |
... | ||
00D996
|
00E6B5
|
bitmap font (used for dialog), 2bpp linear |
... | ||
00F7DB
|
00FBD8
|
dialog text |
00FBD9
|
00FCF4
|
dialog text pointer table |
... | ||
090000
|
0A031F
|
tileset, 8bpp linear |
... | ||
0A3EDA
|
0A40DA
|
bitmap font (Nintendo presents, credits?), 2bpp planer |
... | ||
0BB7A4
|
0BE523
|
talking characters, 4bpp linear 4x5 blocks |
... |
Notes
Dialog text has prefix of two bytes and 0E
, and is null-terminated. The first byte is the text position and character that speaks. The second byte is the color index for the text. For example:
82 02 0E 72 6F 6C 6C 2C 20 66 6F 78 .... 6E 20 72 6F 6C 6C 2C 00 ^^ \/ ^ ^ || | | | || | start of text null terminator || color |character | text position
The text position nibble can be either 0
or 8
. 0
vertically aligns the text with the middle of the character picture, and 8
aligns the text to its top.
0
|
8
|
---|---|
+-------+ | FALCO | ROLL, FOX!! +-------+ ROCK'N ROLL!! |
+-------+ ROLL, FOX!! | FALCO | ROCK'N ROLL!! +-------+ |
Nibble | Character |
---|---|
0
|
Fox |
1
|
Peppy |
2
|
Falco |
3
|
Slippy |
4
|
Pepper |
5
|
Andross |
Color obviously depends on the palette.
Text is mostly ASCII. #
is used as a period.
Internal Data for Star Fox
| |
---|---|