mirror of
https://github.com/YohannDR/mzm.git
synced 2025-02-01 19:03:19 +00:00
Fix typo
This commit is contained in:
parent
5051884e97
commit
1f53e7af2c
@ -23,6 +23,6 @@ struct Message {
|
||||
|
||||
extern struct Message gCurrentMessage;
|
||||
extern u32 gCurrentCharacterGfx[32];
|
||||
extern i8 gCurrentItemBeginAcquired;
|
||||
extern i8 gCurrentItemBeingAcquired;
|
||||
|
||||
#endif /* TEXT_STRUCT_H */
|
||||
|
@ -270,7 +270,7 @@ u32 StatusScreenSuitlessItems(void)
|
||||
|
||||
StatusScreenToggleItem(PAUSE_SCREEN_DATA.statusScreenData.currentStatusSlot, ITEM_TOGGLE_TOGGLING);
|
||||
|
||||
switch (gCurrentItemBeginAcquired)
|
||||
switch (gCurrentItemBeingAcquired)
|
||||
{
|
||||
case 12:
|
||||
case 15:
|
||||
|
Loading…
x
Reference in New Issue
Block a user