Browse Source

finalize region dex icon positions

SBird1337 6 years ago
parent
commit
cc3cf14a15
1 changed files with 14 additions and 4 deletions
  1. 14
    4
      src/pokedex/pokedex_region.c

+ 14
- 4
src/pokedex/pokedex_region.c View File

@@ -33,10 +33,20 @@ u16 region_icons[] = {PKMN_BISASAM,   PKMN_SCHIGGY,  PKMN_GLUMANDA, PKMN_ENDIVIE
33 33
                      PKMN_SERPIFEU,  PKMN_OTTARO,  PKMN_FLOINK,   PKMN_IGAMARO, PKMN_FROXY,     PKMN_FYNX,
34 34
                      PKMN_BAUZ,      PKMN_ROBBALL, PKMN_FLAMIAU};
35 35
 
36
-u16 region_icons_x_offset[] = {37, 49, 58, 110, 122, 133, 183, 193, 206, 10, 20, 30, 40, 50, 60, 70, 80, 90, 100, 110, 120};
37
-
38
-u16 region_icons_y_offset[] = {39,  17,  39, 39,  19,  39, 39,  19,  39, 100, 90,
39
-                              100, 100, 90, 100, 100, 90, 100, 100, 90, 100};
36
+u16 region_icons_x_offset[] = {37, 49, 58, 110, 122, 133, 182, 193, 206,
37
+                               22, 33, 43,
38
+                               80, 93, 103,
39
+                               139, 150, 161,
40
+                               196, 207, 219};
41
+
42
+u16 region_icons_y_offset[] = {39,  17,  39,
43
+                               39,  19,  39,
44
+                               39,  19,  39,
45
+                               117, 94, 116,
46
+                               116, 95, 115,
47
+                               116, 95, 116,
48
+                               120, 99, 120
49
+};
40 50
 
41 51
 bool sm_pdex_init(void) {
42 52
     if (pal_fade_control.active)