mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Add IMON sprite definition
This commit is contained in:
parent
cbb1f3c714
commit
90a4159acd
2 changed files with 2 additions and 0 deletions
|
|
@ -543,6 +543,7 @@ char sprnames[NUMSPRITES + 1][5] =
|
||||||
"KINF", // Invincibility flash
|
"KINF", // Invincibility flash
|
||||||
"INVI", // Invincibility speedlines
|
"INVI", // Invincibility speedlines
|
||||||
"ICAP", // Item capsules
|
"ICAP", // Item capsules
|
||||||
|
"IMON", // Item Monitor
|
||||||
"MGBX", // Heavy Magician transform box
|
"MGBX", // Heavy Magician transform box
|
||||||
"MGBT", // Heavy Magician transform box top
|
"MGBT", // Heavy Magician transform box top
|
||||||
"MGBB", // Heavy Magician transform box bottom
|
"MGBB", // Heavy Magician transform box bottom
|
||||||
|
|
|
||||||
|
|
@ -1089,6 +1089,7 @@ typedef enum sprite
|
||||||
SPR_KINF, // Invincibility flash
|
SPR_KINF, // Invincibility flash
|
||||||
SPR_INVI, // Invincibility speedlines
|
SPR_INVI, // Invincibility speedlines
|
||||||
SPR_ICAP, // Item capsules
|
SPR_ICAP, // Item capsules
|
||||||
|
SPR_IMON, // Item Monitor
|
||||||
SPR_MGBX, // Heavy Magician transform box
|
SPR_MGBX, // Heavy Magician transform box
|
||||||
SPR_MGBT, // Heavy Magician transform box top
|
SPR_MGBT, // Heavy Magician transform box top
|
||||||
SPR_MGBB, // Heavy Magician transform box bottom
|
SPR_MGBB, // Heavy Magician transform box bottom
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue