forgot another register/nonmatching

This commit is contained in:
Seth Barberee
2023-01-10 07:52:50 -08:00
parent b70f60b16d
commit 41437a7a2e

View File

@@ -121,7 +121,11 @@ void sub_8069F9C(struct DungeonEntity *pokemon,struct DungeonEntity * target,str
u8 type;
u8 ability;
const char *__src;
#ifndef NONMATCHING
register s32 abilityCounter asm("r1"); // r1
#else
s32 abilityCounter;
#endif
int randomIndex;
int abilityIndex;
struct DungeonEntityData *iVar6; // r7