OBD:WMM: Difference between revisions

From OniGalore
Jump to navigation Jump to search
m (fixed typo)
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 | unknown }}
{{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 }}
{{OBDtrBK}}
{{OBDtrBK}}
{{OBDtr| 0x00 | int16    |FFC8C8| 02 00      | 2    | <nowiki>type (2 = pull down menu)</nowiki> }}
{{OBDtr| 0x00 | int16    |FFC8C8| 02 00      | 2    | item type; possible types:
{{OBDtr| 0x02 | int16    |FFFFC8| 00 00      | 0    | variable, returns if you choose this option }}
:1 - separator
{{OBDtr2|0x04 | char[64] |C8FFC8| Easy                | entry name }}
:2 - option }}
{{OBDtr| 0x02 | int16    |FFFFC8| 00 00      | 0    | item id }}
{{OBDtr2|0x04 | char[64] |C8FFC8| Easy                | item text }}
|}
|}




{{OBD_File_Footer | type=WMM_ | prev=WMDD | next=WMMB | name=WM (Window Menu) Menu | family=Global}}
{{OBD_File_Footer | type=WMM_ | prev=WMDD | next=WMMB | name=WM (Window Menu) Menu | family=Global}}

Revision as of 13:17, 1 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