- Code: Select all
Overworld map paths
- 0x3CF44B, $100 bytes : In what submap the level is located:
$00: World map
$01: Kongo Jungle left side
$02: Kongo Jungle right side
$03: Monkey Mines left side
$04: Monkey Mines right side
$05: Vine Valley left side
$06: Vine Valley right side
$07: Gorilla Glacier left side
$08: Gorilla Glacier right side
$09: Kremkroc Industries inc. left side
$0A: Kremkroc Industries inc. right side
$0B: Chimp Caverns left side
$0C: Chimp Caverns right side
- 0x3CF54B, $100 bytes : X position definitions of each level in order
- 0x3CF64B, $100 bytes : Y position definitions of each level in order
- 0x3CF74B, $100 bytes : destination level if heading right
- 0x3CF84B, $100 bytes : destination level if heading left
- 0x3CF94B, $100 bytes : destination level if heading up
- 0x3CFA4B, $100 bytes : destination level if heading down
It was more straightforward than I thought.