Skip to content

Commit

Permalink
merge 1.1.0 cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
alaxandir committed Sep 17, 2022
1 parent 0115b55 commit 60a6c3d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 4 additions & 2 deletions data/maps/SkyPillar_Top/map.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"allow_running": true,
"show_map_name": true,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null,
"connections": 0,
"object_events": [
{
"graphics_id": "OBJ_EVENT_GFX_RAYQUAZA",
Expand Down Expand Up @@ -61,5 +61,7 @@
"script": "SkyPillar_Top_EventScript_AwakenRayquaza"
}
],
"bg_events": []
"bg_events": [

]
}
2 changes: 1 addition & 1 deletion data/maps/SkyPillar_Top/scripts.pory
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ SkyPillar_Top_EventScript_AwakenRayquaza::
special RemoveCameraObject
setvar VAR_SOOTOPOLIS_CITY_STATE, 5
setvar VAR_SKY_PILLAR_STATE, 1
setvar VAR_SKY_PILLAR_RAQUAZA_CRY_DONE, 1
setvar VAR_SKY_PILLAR_RAYQUAZA_CRY_DONE, 1
releaseall
end

Expand Down
2 changes: 0 additions & 2 deletions include/constants/map_groups.h
Original file line number Diff line number Diff line change
Expand Up @@ -625,6 +625,4 @@

#define MAP_GROUPS_COUNT 37

// static const u8 MAP_GROUP_COUNT[] = {57, 8, 10, 7, 6, 5, 6, 7, 8, 9, 7, 7, 14, 8, 17, 10, 23, 13, 15, 15, 2, 2, 2, 3, 1, 1, 1, 108, 61, 89, 2, 1, 13, 1, 1, 3, 1, 0};

#endif // GUARD_CONSTANTS_MAP_GROUPS_H
2 changes: 1 addition & 1 deletion include/constants/vars.h
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@
#define VAR_SS_TIDAL_SCOTT_STATE 0x40D4 // Always equal to FLAG_MET_SCOTT_ON_SS_TIDAL
#define VAR_ROAMER_POKEMON 0x40D5 // 0 = Latias, 1 = Latios
#define VAR_TRAINER_HILL_IS_ACTIVE 0x40D6
#define VAR_SKY_PILLAR_RAQUAZA_CRY_DONE 0x40D7
#define VAR_SKY_PILLAR_RAYQUAZA_CRY_DONE 0x40D7
#define VAR_SOOTOPOLIS_WALLACE_STATE 0x40D8
#define VAR_HAS_TALKED_TO_SEAFLOOR_CAVERN_ENTRANCE_GRUNT 0x40D9
#define VAR_REGISTER_BIRCH_STATE 0x40DA
Expand Down
2 changes: 1 addition & 1 deletion src/data/map_group_count.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
static const u8 MAP_GROUP_COUNT[] = {57, 5, 5, 6, 7, 8, 9, 7, 7, 14, 8, 17, 10, 23, 13, 15, 15, 2, 2, 2, 3, 1, 1, 1, 108, 61, 89, 2, 1, 13, 1, 1, 3, 1, 0};
static const u8 MAP_GROUP_COUNT[] = {57, 8, 10, 7, 6, 5, 6, 7, 8, 9, 7, 7, 14, 8, 17, 10, 23, 13, 15, 15, 2, 2, 2, 3, 1, 1, 1, 108, 61, 89, 2, 1, 13, 1, 1, 3, 1, 0};

0 comments on commit 60a6c3d

Please sign in to comment.