NEWSS:GetNewsDBHeader: Difference between revisions
Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x000A0082] |- | 2 | Size |- | 3 | (Size<<4) <nowiki>|</nowiki> 12 |- | 4 | Outpu..." |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
|- | |- | ||
| 0 | | 0 | ||
| Header code [ | | Header code [0x000A0042] | ||
|- | |- | ||
| | | 1 | ||
| Size | | Size | ||
|- | |- | ||
| | | 2 | ||
| (Size<<4) <nowiki>|</nowiki> 12 | | (Size<<4) <nowiki>|</nowiki> 12 | ||
|- | |- | ||
| | | 3 | ||
| Output buffer ptr | | Output buffer ptr | ||
|} | |} | ||
Line 35: | Line 35: | ||
=Description= | =Description= | ||
This copies the header from the start of the news.db save-file in news-module memory, to the output buffer. | This copies the header from the start of the news.db save-file in news-module memory, to the output buffer. The max size is 0x10-bytes. |