mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-13 15:13:42 +01:00
Fix build
This commit is contained in:
parent
c3a8edae32
commit
063d83b58e
@ -795,6 +795,8 @@ struct MoveContext
|
|||||||
u16 explicitSecondaryEffect:1;
|
u16 explicitSecondaryEffect:1;
|
||||||
u16 megaEvolve:1;
|
u16 megaEvolve:1;
|
||||||
u16 explicitMegaEvolve:1;
|
u16 explicitMegaEvolve:1;
|
||||||
|
u16 ultraBurst:1;
|
||||||
|
u16 explicitUltraBurst:1;
|
||||||
// TODO: u8 zMove:1;
|
// TODO: u8 zMove:1;
|
||||||
u16 allowed:1;
|
u16 allowed:1;
|
||||||
u16 explicitAllowed:1;
|
u16 explicitAllowed:1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user