summaryrefslogtreecommitdiff
path: root/assets/xml
diff options
context:
space:
mode:
authorcadmic <cadmic24@gmail.com>2024-09-07 11:37:15 -0700
committerGitHub <noreply@github.com>2024-09-08 03:37:15 +0900
commite52d135e15be227326b58d75d6779fbb1db6f232 (patch)
treece30d6c22b9e6f213ff5047c7174e4ba674dda4f /assets/xml
parentc27b83ac29a7c143ab8193682355cfab44f86f63 (diff)
[ntsc-1.2] Import n64dd code from Decompollaborate/n64dd (#2136)
* 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>
Diffstat (limited to 'assets/xml')
-rw-r--r--assets/xml/n64dd/error_textures.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/assets/xml/n64dd/error_textures.xml b/assets/xml/n64dd/error_textures.xml
new file mode 100644
index 000000000..6db2ab37d
--- /dev/null
+++ b/assets/xml/n64dd/error_textures.xml
@@ -0,0 +1,8 @@
+<Root>
+ <File Name="n64dd" OutName="n64dd_error_textures">
+ <Texture Name="gN64DDError41JPNTex" OutName="n64dd_error_41_jpn" Format="i4" Width="192" Height="16" Offset="0x0"/>
+ <Texture Name="gN64DDError41ENGTex" OutName="n64dd_error_41_eng" Format="i4" Width="192" Height="16" Offset="0x600"/>
+ <Texture Name="gN64DDPleaseReadManualJPNTex" OutName="n64dd_please_read_manual_jpn" Format="i4" Width="320" Height="64" Offset="0xC00"/>
+ <Texture Name="gN64DDPleaseReadManualENGTex" OutName="n64dd_please_read_manual_eng" Format="i4" Width="320" Height="64" Offset="0x3400"/>
+ </File>
+</Root>