summaryrefslogtreecommitdiff
path: root/include/pokemon.h
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2018-09-15 13:50:23 +0200
committerDizzyEggg <jajkodizzy@wp.pl>2018-09-15 13:50:23 +0200
commitff13cb63520d58951c6d7fcbb026b1f1beb21ae8 (patch)
tree188c972b29f15af20d8f9e2434e00e9c19f7c329 /include/pokemon.h
parentb8c9d9a980303d4bcd1cfd9400926736363d1df9 (diff)
decompile cable car util which has nothing to do with actual cable car
Diffstat (limited to 'include/pokemon.h')
-rw-r--r--include/pokemon.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/pokemon.h b/include/pokemon.h
index abfb360f0..9eddd8155 100644
--- a/include/pokemon.h
+++ b/include/pokemon.h
@@ -268,12 +268,12 @@ struct UnknownPokemonStruct3
struct Unknown_806F160_Struct
{
- u8 field_0_0 : 4;
- u8 field_0_1 : 4;
+ u8 field_0_0:4;
+ u8 field_0_1:4;
u8 field_1;
u8 magic;
- u8 field_3_0 : 4;
- u8 field_3_1 : 4;
+ u8 field_3_0:4;
+ u8 field_3_1:4;
void *bytes;
u8 **byteArrays;
struct SpriteTemplate *templates;