mirror of
https://github.com/zeldaret/tmc
synced 2026-09-09 20:11:05 -04:00
Add TextCategory enum
This commit is contained in:
+1
-1
@@ -39,7 +39,7 @@ void sub_08062B14(Entity* this) {
|
||||
void sub_08062B48(Entity* this) {
|
||||
GetNextFrame(this);
|
||||
if (this->frame & ANIM_DONE) {
|
||||
MessageFromTarget(0xa01); // invalid
|
||||
MessageFromTarget(TEXT_INDEX(TEXT_EMPTY, 0x01)); // invalid
|
||||
this->action++;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user