mirror of
https://github.com/kwsch/pkNX.git
synced 2026-05-25 06:08:43 -05:00
The flatsharp compiler doesn't like floating point numbers ??
I guess I should bug report it
This commit is contained in:
parent
ebcee531ba
commit
bd377812d5
|
|
@ -26,7 +26,7 @@ table PokeMisc {
|
|||
Field_13:int = 10;
|
||||
Field_14:bool = false;
|
||||
Field_15:int = 0;
|
||||
Field_16:float = 0.01;
|
||||
Field_16:float = 0;
|
||||
Field_17:float = 1.0;
|
||||
Field_18:bool = true; // false for zubat, psyduck
|
||||
Field_19:float = 0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user