IDBE: Difference between revisions

Cruel (talk | contribs)
No edit summary
Line 1: Line 1:
IDBE is Nintendo's title icon database. Entries contain title icon, region, and name (in various languages). All game titles are on the server (excluding DSiWare?), including demos and updates.
IDBE is Nintendo's title icon database. Entries contain title icon, region, and name (in various languages). Similar to the [[SMDH]]. All game titles are on the server (excluding DSiWare?), including demos and updates.


== URLs ==
== URLs ==
Line 37: Line 37:
| 0x20||0x10||?
| 0x20||0x10||?
|-
|-
| 0x30||0x4||Region bit flags (u32 little endian)
| 0x30||0x4||[[SMDH#Region_Lockout|Region lockout]] (u32 little endian)
|-
|-
| 0x34||0x1C||?
| 0x34||0x1C||?
|-
|-
| 0x50 + ''i'' * 0x200||0x200||[[#Language Chunk|Language chunk]] where ''i'' = language index
| 0x50 + ''i'' * 0x200||0x200||[[SMDH#Application_Titles|Title struct]] where ''i'' = language index
|-
|-
| 0x2050||0x480||24x24 Icon data
| 0x2050||0x480||24x24 Icon data
|-
|-
| 0x24D0||0x1200||48x48 Icon data
| 0x24D0||0x1200||48x48 Icon data
|}
== Language Chunk ==
Data in these chunks use UTF-16 encoding.
{| class="wikitable"
| align="center" style="background:#f0f0f0;"|'''Offset'''
| align="center" style="background:#f0f0f0;"|'''Size'''
| align="center" style="background:#f0f0f0;"|'''Description'''
|-
| 0x0||0x80||Short title
|-
| 0x80||0x100||Long title
|-
| 0x180||0x80||Publisher
|}
|}