OBD:WMM: Difference between revisions

From OniGalore
Jump to navigation Jump to search
No edit summary
No edit summary
Line 11: Line 11:
{{OBDtr| 0x04 | lev_id  |FFFF00| 01 00 00 00 | 0    | level 0 }}
{{OBDtr| 0x04 | lev_id  |FFFF00| 01 00 00 00 | 0    | level 0 }}
{{OBDtr| 0x08 | char[18] |00FF00| AD DE      | dead  | unused }}
{{OBDtr| 0x08 | char[18] |00FF00| AD DE      | dead  | unused }}
{{OBDtr| 0x1A | int16    |00FFFF| 10 27      | 10000 | menu id? }}
{{OBDtr| 0x1A | int16    |00FFFF| 10 27      | 10000 | menu ID }}
{{OBDtr2|0x1C | char[64] |FF00FF| Difficulty          | menu name }}
{{OBDtr2|0x1C | char[64] |FF00FF| Difficulty          | menu name }}
{{OBDtr| 0x5C | int32    |FF8000| 03 00 00 00 | 3    | array size }}
{{OBDtr| 0x5C | int32    |FF8000| 03 00 00 00 | 3    | array size }}
Line 18: Line 18:
:1 - separator
:1 - separator
:2 - option }}
:2 - option }}
{{OBDtr| 0x02 | int16    |FFFFC8| 00 00      | 0    | item id }}
{{OBDtr| 0x02 | int16    |FFFFC8| 00 00      | 0    | item ID }}
{{OBDtr2|0x04 | char[64] |C8FFC8| Easy                | item text }}
{{OBDtr2|0x04 | char[64] |C8FFC8| Easy                | item text }}
|}
|}

Revision as of 23:51, 24 May 2008

ONI BINARY DATA
WMDD << Other file types >> WMMB
WMM_ : WM (Window Menu) Menu
switch to XML:WMM_ page
Overview @ Oni Stuff
OBD.png


Wmm a.gif


Offset Type Raw Hex Value Description
0x00 res_id 01 FC 05 00 1532 01532-pm_difficulty.WMM_
0x04 lev_id 01 00 00 00 0 level 0
0x08 char[18] AD DE dead unused
0x1A int16 10 27 10000 menu ID
0x1C char[64] Difficulty menu name
0x5C int32 03 00 00 00 3 array size
First element (black outline)
0x00 int16 02 00 2 item type; possible types:
1 - separator
2 - option
0x02 int16 00 00 0 item ID
0x04 char[64] Easy item text


ONI BINARY DATA
WMDD << Other file types >> WMMB
WMM_ : WM (Window Menu) Menu
Global file