Prevent new caps from corrupting romhack graphics

This commit is contained in:
MysterD 2023-11-25 13:50:56 -08:00 committed by Agent X
parent 8f4101cb7b
commit 55673e1f3c
2 changed files with 2 additions and 2 deletions

View File

@ -462,4 +462,4 @@ const Gfx luigi_cap_material_revert_render_settings[] = {
gsDPSetTileSize(1, 0, 0, 124, 124), gsDPSetTileSize(1, 0, 0, 124, 124),
gsSPEndDisplayList(), gsSPEndDisplayList(),
}; };

View File

@ -491,4 +491,4 @@ const Gfx mario_cap_material_revert_render_settings[] = {
gsDPSetTileSize(1, 0, 0, 124, 124), gsDPSetTileSize(1, 0, 0, 124, 124),
gsSPEndDisplayList(), gsSPEndDisplayList(),
}; };