diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-03-17 11:37:55 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-03-17 11:37:55 -0400 |
commit | d1167570cc5c8db26b2bc310db8c574ba3a9a9e5 (patch) | |
tree | 9c025e7838ac8e7cec29f8a8ec6e7e564147ec6c /maps | |
parent | 2bc8cf5fc11d4ef84022840ad10cd05eaab12ae9 (diff) |
Assert some more table widths
Diffstat (limited to 'maps')
-rw-r--r-- | maps/ManiasHouse.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maps/ManiasHouse.asm b/maps/ManiasHouse.asm index bb6b97c9..ad8d8cf8 100644 --- a/maps/ManiasHouse.asm +++ b/maps/ManiasHouse.asm @@ -52,7 +52,7 @@ ManiaScript: writetext ManiaText_CanIHaveMyMonBack yesorno iffalse .refused - special ReturnShuckle + special ReturnShuckie ifequal SHUCKIE_WRONG_MON, .wrong ifequal SHUCKIE_REFUSED, .refused ifequal SHUCKIE_HAPPY, .superhappy |