mirror of
https://github.com/pret/pokeruby.git
synced 2024-11-26 22:40:26 +00:00
Fix unmigrated macro in NONMATCHING
This commit is contained in:
parent
f6abfb424c
commit
628a4e6bf8
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -83,7 +83,7 @@ jobs:
|
||||
env:
|
||||
NONMATCHING: 1
|
||||
COMPARE: 0
|
||||
run: make -j${nproc} $(git grep -wl NONMATCHING src | sed -r 's/^/-W /g')
|
||||
run: make -j${nproc} $(git grep -wl NONMATCHING src | sed -r 'i-W')
|
||||
|
||||
- name: Setup German
|
||||
run: sh de_before.sh
|
||||
|
@ -2775,7 +2775,7 @@ void SetMoveEffect(bool8 primary, u8 certainArg)
|
||||
BattleScriptPush(gBattlescriptCurrInstr + 1);
|
||||
gBattlescriptCurrInstr = BattleScript_KnockedOff;
|
||||
|
||||
*CHOICED_MOVE(gEffectBattler) = 0;
|
||||
*((u16 *)&gSharedMem[BSTRUCT_OFF(choicedMove) + gEffectBattler * 2]) = MOVE_NONE;
|
||||
}
|
||||
break;
|
||||
case 59: //overheat
|
||||
|
Loading…
Reference in New Issue
Block a user