Meitantei Conan: Majutsushi no Chousenjou!/ROM map

From Data Crystal
Jump to navigation Jump to search

Chip tiny.png The following article is a ROM map for Meitantei Conan: Majutsushi no Chousenjou!.

Overview

Index Segment Content
1 00 program
text
2 01 compressed graphic
3 02
4 03
5 04
6 05 text
7 06
8 07 text
9 08
10 09 font
11 0A compressed graphic
12 0B text
13 0C text
14 0D text
15 0E
16 0F compressed graphic


Segment 00

Start End Content Pointer
126C 12E3 function #42 which (1) calls function at 0x0808A to decompress 1 tileset to 0x2000 and (2) memcpy 2 tilemaps to 0x0800 & 0x1000
8020 8055 function which (1) fills memory at 0x0000:0x1000 with 0x0B20, repeated 0x0400 times and (2) copies a 4 * 18 tilemap from 0xA000:0xA251 within ROM to 0x0000:0x1004 in memory.
8055 808A function which (1) fills memory at 0x0000:0x1000 with 0x0B90, repeated 0x0400 times and (2) copies a 28 * 4 tilemap from 0xA000:0x9F45 within ROM to 0x0000:0x1340 in memory.
808A 8113 function which decompresses files with magic number "LZS2" via a LZSS-like algorithm.[1]