Sfoglia il codice sorgente

unown: relocated this to toplevel, not scene specific

Signed-off-by: Kris Bahnsen <Kris@KBEmbedded.com>
Kris Bahnsen 1 anno fa
parent
commit
e95af71309

+ 0 - 0
src/scenes/include/unown_form.h → src/include/unown_form.h


+ 1 - 1
src/scenes/pokemon_gen.c

@@ -13,7 +13,7 @@
 #include <src/scenes/include/pokemon_shiny.h>
 #include <src/scenes/include/pokemon_shiny.h>
 #include <src/scenes/include/pokemon_gender.h>
 #include <src/scenes/include/pokemon_gender.h>
 #include <src/scenes/include/pokemon_pokerus.h>
 #include <src/scenes/include/pokemon_pokerus.h>
-#include <src/scenes/include/unown_form.h>
+#include <src/include/unown_form.h>
 
 
 static void scene_change_from_main_cb(void* context, uint32_t index) {
 static void scene_change_from_main_cb(void* context, uint32_t index) {
     PokemonFap* pokemon_fap = (PokemonFap*)context;
     PokemonFap* pokemon_fap = (PokemonFap*)context;

+ 1 - 1
src/scenes/pokemon_name_input.c

@@ -7,7 +7,7 @@
 #include <src/include/pokemon_app.h>
 #include <src/include/pokemon_app.h>
 #include <src/include/pokemon_data.h>
 #include <src/include/pokemon_data.h>
 #include <src/include/pokemon_char_encode.h>
 #include <src/include/pokemon_char_encode.h>
-#include <src/scenes/include/unown_form.h>
+#include <src/include/unown_form.h>
 
 
 #include <src/scenes/include/pokemon_scene.h>
 #include <src/scenes/include/pokemon_scene.h>
 
 

+ 1 - 1
src/scenes/unown_form.c → src/unown_form.c

@@ -1,7 +1,7 @@
 #include <stdint.h>
 #include <stdint.h>
 #include <src/include/pokemon_data.h>
 #include <src/include/pokemon_data.h>
 
 
-#include <src/scenes/include/unown_form.h>
+#include <src/include/unown_form.h>
 
 
 /* This is used to get the current IVs from the trade struct.
 /* This is used to get the current IVs from the trade struct.
  * Unown form is calculated by taking the middle bytes of each nibble of IV,
  * Unown form is calculated by taking the middle bytes of each nibble of IV,