diff options
| author | camthesaxman <cameronghall@cox.net> | 2017-06-15 15:50:43 -0500 |
|---|---|---|
| committer | camthesaxman <cameronghall@cox.net> | 2017-06-15 15:50:43 -0500 |
| commit | 376e4f138497424d8b6061e03862128f54740dd9 (patch) | |
| tree | 122152f45a44d1420e1723bcb9967decb12b91b8 /src/data | |
| parent | c8f941f5e3604c8cf1929d30890f935e2a47c450 (diff) | |
finish later
Diffstat (limited to 'src/data')
| -rw-r--r-- | src/data/pokedex_orders.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/data/pokedex_orders.h b/src/data/pokedex_orders.h index 8abb1acd3..3577e6793 100644 --- a/src/data/pokedex_orders.h +++ b/src/data/pokedex_orders.h @@ -1,4 +1,4 @@ -const u16 gPokedexOrder_Alphabetical[] = +static const u16 gPokedexOrder_Alphabetical[] = { 387, 388, @@ -412,7 +412,7 @@ const u16 gPokedexOrder_Alphabetical[] = 263, // Zigzagoon 41, // Zubat }; -const u16 gPokedexOrder_Weight[] = +static const u16 gPokedexOrder_Weight[] = { 92, // Gastly 93, // Haunter @@ -801,7 +801,7 @@ const u16 gPokedexOrder_Weight[] = 376, // Metagross 383, // Groudon }; -const u16 gPokedexOrder_Height[] = +static const u16 gPokedexOrder_Height[] = { 50, // Diglett 298, // Azurill |
