mirror of
https://github.com/zeldaret/oot
synced 2026-08-28 00:41:46 -04:00
e52d135e15
* Import n64dd code from Decompollaborate/n64dd Co-authored-by: Anghelo Carvajal <angheloalf95@gmail.com> Co-authored-by: Elliptic Ellipsis <elliptic.ellipsis@gmail.com> * Don't stub out missing textures * Remove @brief * Add low-effort file comments * Match OoT if style * Fix n64dd matching due to int vs long * Fix English n64dd error textures * Compress n64dd segment * Align n64dd to 0x40 --------- Co-authored-by: Anghelo Carvajal <angheloalf95@gmail.com> Co-authored-by: Elliptic Ellipsis <elliptic.ellipsis@gmail.com>
6 lines
197 B
C
6 lines
197 B
C
#include "global.h"
|
||
#include "n64dd.h"
|
||
|
||
// Padding in .rodata suggests that these are in a separate file
|
||
const char* D_801D2ED0[4] = { "エラー番号 ", "Error Number ", NULL, NULL };
|