mirror of
https://github.com/zeldaret/tmc
synced 2026-09-06 19:10:56 -04:00
message definitions
This commit is contained in:
@@ -93,7 +93,7 @@ void LinkAnimation_ItemGet(LinkAnimationEntity* this) {
|
||||
break;
|
||||
case ITEMGET_WAIT:
|
||||
UpdateAnimationSingleFrame(super);
|
||||
if ((gMessage.doTextBox & 0x7f) != 0) {
|
||||
if ((gMessage.state & MESSAGE_ACTIVE) != 0) {
|
||||
return;
|
||||
}
|
||||
if (super->frame & ANIM_DONE) {
|
||||
|
||||
Reference in New Issue
Block a user