Add IMON sprite definition

This commit is contained in:
James R 2022-12-05 13:45:26 -08:00
parent cbb1f3c714
commit 90a4159acd
2 changed files with 2 additions and 0 deletions

View file

@ -543,6 +543,7 @@ char sprnames[NUMSPRITES + 1][5] =
"KINF", // Invincibility flash
"INVI", // Invincibility speedlines
"ICAP", // Item capsules
"IMON", // Item Monitor
"MGBX", // Heavy Magician transform box
"MGBT", // Heavy Magician transform box top
"MGBB", // Heavy Magician transform box bottom

View file

@ -1089,6 +1089,7 @@ typedef enum sprite
SPR_KINF, // Invincibility flash
SPR_INVI, // Invincibility speedlines
SPR_ICAP, // Item capsules
SPR_IMON, // Item Monitor
SPR_MGBX, // Heavy Magician transform box
SPR_MGBT, // Heavy Magician transform box top
SPR_MGBB, // Heavy Magician transform box bottom