Merge branch 'Explcit-Casting' of https://github.com/PokeCodec/pokeemerald into Explcit-Casting
This commit is contained in:
commit
1e8ffcb898
1 changed files with 1 additions and 1 deletions
|
@ -964,7 +964,7 @@ static void HandleRegistryMenuInput(u8 taskId)
|
|||
|
||||
data = gTasks[taskId].data;
|
||||
input = ListMenu_ProcessInput(data[5]);
|
||||
ListMenuGetScrollAndRow((u8)data[5], (u16 *)&data[2], (u16 *)&data[1]);
|
||||
ListMenuGetScrollAndRow(data[5], (u16 *)&data[2], (u16 *)&data[1]);
|
||||
switch (input)
|
||||
{
|
||||
case LIST_NOTHING_CHOSEN:
|
||||
|
|
Loading…
Reference in a new issue