mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +00:00
Add GTOP sprite definition
🥹
This commit is contained in:
parent
8811e66409
commit
89641f5ff4
2 changed files with 2 additions and 0 deletions
|
|
@ -575,6 +575,7 @@ char sprnames[NUMSPRITES + 1][5] =
|
||||||
"FLMP", // Flame Shield paper sprites
|
"FLMP", // Flame Shield paper sprites
|
||||||
"FLML", // Flame Shield speed lines
|
"FLML", // Flame Shield speed lines
|
||||||
"FLMF", // Flame Shield flash
|
"FLMF", // Flame Shield flash
|
||||||
|
"GTOP", // Marble Garden Zone Spinning Top
|
||||||
"HYUU", // Hyudoro
|
"HYUU", // Hyudoro
|
||||||
"GRWP", // Grow
|
"GRWP", // Grow
|
||||||
"POHB", // Shrink Poh-Bee
|
"POHB", // Shrink Poh-Bee
|
||||||
|
|
|
||||||
|
|
@ -1119,6 +1119,7 @@ typedef enum sprite
|
||||||
SPR_FLMP, // Flame Shield paper sprites
|
SPR_FLMP, // Flame Shield paper sprites
|
||||||
SPR_FLML, // Flame Shield speed lines
|
SPR_FLML, // Flame Shield speed lines
|
||||||
SPR_FLMF, // Flame Shield flash
|
SPR_FLMF, // Flame Shield flash
|
||||||
|
SPR_GTOP, // Marble Garden Zone Spinning Top
|
||||||
SPR_HYUU, // Hyudoro
|
SPR_HYUU, // Hyudoro
|
||||||
SPR_GRWP, // Grow
|
SPR_GRWP, // Grow
|
||||||
SPR_POHB, // Shrink Poh-Bee
|
SPR_POHB, // Shrink Poh-Bee
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue