- Joined
- Sep 29, 2015
- Messages
- 2,345
- Reaction score
- 2,353
- Trophies
- 0
- Age
- 32
- Location
- South of France :)
- XP
- 3,358
- Country

Hmm, I'm not 100% sure but try this traduction:
Code:
void dynamic_modifier(void)
{
u16 data;
if (getKey() == BUTTON_L + BUTTON_Y)
{
data = READU16(0x15FBEDD0);
WRITEU16(0x170608E8, data);
while (1)
{
if (getKey() != BUTTON_R + BUTTON_Y)
break;
}
data = READU16(0x170608E8);
WRITEU16(0x15FBEDD0, data);
}
}










