Hisui Dex loads.

This commit is contained in:
Rodrigo Gómez Maitret
2022-02-03 22:18:05 -06:00
parent 449adf9af2
commit c49dfb2fc3
7 changed files with 70 additions and 45 deletions

View File

@@ -4,7 +4,7 @@ function initials_set() {
enum region { boxes, top, mid_left, mid_right, bot_left, bot_right,
_0, _25, _50, _75, _100 };
enum shw { national, galar, armor, LENGTH};
enum shw { national, galar, armor, hisui, LENGTH};
global.window_width = window_get_width();
global.window_height = window_get_height();