Skip to content

Instantly share code, notes, and snippets.

@kwsch
Created September 20, 2014 17:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kwsch/f2bd4c84bd29b213abfd to your computer and use it in GitHub Desktop.
Save kwsch/f2bd4c84bd29b213abfd to your computer and use it in GitHub Desktop.
Zonedata file content notes
File 1: ???
File 2:
Overworld Structure:
HEADER
u32 - LENGTH - START AFTER THIS
byte - FURNITURE COUNT
byte - OVERWORLD COUNT
byte - WARP TILE COUNT
byte - TRIG TILE COUNT
u32 - ??
FURNITURE ENTITY: 0x14 PER
OVERWORLD ENTITY: 0x30 PER
WARP TILE ENTITY: 0x18 PER
TRIG TILE ENTITY: 0x18 PER
POST DATA:
u32 - Length - START BY INCLUDING THIS
FORMAT UNKNOWN
...
File 3: ???
u16 - File Length
File 4: Encounter Slots
0x10 Byte header, presumably with Encounter Trigger % for each enabled type.
Encounter Slots (u16 species, byte minlevel, byte maxlevel)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment