mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-06-19 01:16:26 -07:00
Moved .rodata in unknown_07B870 from asm to C.
This commit is contained in:
@@ -1,20 +0,0 @@
|
||||
.include "macros.inc"
|
||||
|
||||
.macro .aligned_text ascii
|
||||
.asciz "\ascii"
|
||||
.balign 4
|
||||
.endm
|
||||
|
||||
.section .rodata
|
||||
|
||||
.aligned_text "Error: Texture no %x out of range on load. !!\n"
|
||||
.aligned_text "TEX Error: Palette memory overflow!!\n"
|
||||
.aligned_text "TEX Error: TexTab overflow!!\n"
|
||||
.aligned_text "texFreeTexture: NULL tex!!\n"
|
||||
.aligned_text "TEX Error: Tryed to deallocate non-existent texture!!\n"
|
||||
.aligned_text "SRPBUF overflow!!\n"
|
||||
.aligned_text "Error: Sprite table overflow!!\n"
|
||||
.aligned_text "texFreeSprite: NULL sprite!!\n"
|
||||
.aligned_text "TEXSPR Error: Tryed to deallocate non-existent sprite!!\n"
|
||||
|
||||
.word 0x00000000
|
||||
Reference in New Issue
Block a user