Merge branch 'master' of https://github.com/DizzyEggg/pokeemerald into item_expansion
@ -14,8 +14,10 @@ cache:
|
|||||||
apt: true
|
apt: true
|
||||||
install:
|
install:
|
||||||
- pushd $HOME
|
- pushd $HOME
|
||||||
- travis_retry wget https://github.com/devkitPro/buildscripts/releases/download/devkitARM_r50/devkitARM_r50-linux.tar.xz
|
- travis_retry wget https://github.com/devkitPro/buildscripts/releases/download/devkitARM_r52/devkitARM_r52-linux.tar.xz
|
||||||
- tar xJf devkitARM*.tar.xz
|
- tar xJf devkitARM*.tar.xz
|
||||||
|
- travis_retry wget https://github.com/devkitPro/devkitarm-rules/releases/download/v1.0.0/devkitarm-rules-1.0.0.tar.xz
|
||||||
|
- tar xJf devkitarm-rules-*.tar.xz -C $DEVKITARM
|
||||||
- travis_retry git clone https://github.com/pret/agbcc.git
|
- travis_retry git clone https://github.com/pret/agbcc.git
|
||||||
- cd agbcc && ./build.sh && ./install.sh $TRAVIS_BUILD_DIR
|
- cd agbcc && ./build.sh && ./install.sh $TRAVIS_BUILD_DIR
|
||||||
- popd
|
- popd
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
gUnusedPokedexU8
|
gUnusedPokedexU8
|
||||||
gUnknown_030060B4
|
gPokedexVBlankCB
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"name": "AlteringCave",
|
"name": "AlteringCave",
|
||||||
"layout": "LAYOUT_ALTERING_CAVE",
|
"layout": "LAYOUT_ALTERING_CAVE",
|
||||||
"music": "MUS_RG_NANADUNGEON",
|
"music": "MUS_RG_NANADUNGEON",
|
||||||
"region_map_section": "MAPSEC_ALTERING_CAVE_2",
|
"region_map_section": "MAPSEC_ALTERING_CAVE",
|
||||||
"requires_flash": false,
|
"requires_flash": false,
|
||||||
"weather": "WEATHER_NONE",
|
"weather": "WEATHER_NONE",
|
||||||
"map_type": "MAP_TYPE_UNDERGROUND",
|
"map_type": "MAP_TYPE_UNDERGROUND",
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"name": "BirthIsland_Exterior",
|
"name": "BirthIsland_Exterior",
|
||||||
"layout": "LAYOUT_BIRTH_ISLAND_EXTERIOR",
|
"layout": "LAYOUT_BIRTH_ISLAND_EXTERIOR",
|
||||||
"music": "MUS_NONE",
|
"music": "MUS_NONE",
|
||||||
"region_map_section": "MAPSEC_BIRTH_ISLAND_2",
|
"region_map_section": "MAPSEC_BIRTH_ISLAND",
|
||||||
"requires_flash": false,
|
"requires_flash": false,
|
||||||
"weather": "WEATHER_NONE",
|
"weather": "WEATHER_NONE",
|
||||||
"map_type": "MAP_TYPE_INDOOR",
|
"map_type": "MAP_TYPE_INDOOR",
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"name": "BirthIsland_Harbor",
|
"name": "BirthIsland_Harbor",
|
||||||
"layout": "LAYOUT_ISLAND_HARBOR",
|
"layout": "LAYOUT_ISLAND_HARBOR",
|
||||||
"music": "MUS_NONE",
|
"music": "MUS_NONE",
|
||||||
"region_map_section": "MAPSEC_BIRTH_ISLAND_2",
|
"region_map_section": "MAPSEC_BIRTH_ISLAND",
|
||||||
"requires_flash": false,
|
"requires_flash": false,
|
||||||
"weather": "WEATHER_NONE",
|
"weather": "WEATHER_NONE",
|
||||||
"map_type": "MAP_TYPE_INDOOR",
|
"map_type": "MAP_TYPE_INDOOR",
|
||||||
|
@ -584,7 +584,7 @@ LittlerootTown_ProfessorBirchsLab_EventScript_ReceivePokedex:: @ 81FA3AC
|
|||||||
message LittlerootTown_ProfessorBirchsLab_Text_ReceivedPokedex
|
message LittlerootTown_ProfessorBirchsLab_Text_ReceivedPokedex
|
||||||
waitfanfare
|
waitfanfare
|
||||||
setflag FLAG_SYS_POKEDEX_GET
|
setflag FLAG_SYS_POKEDEX_GET
|
||||||
special sub_81AFDA0 @ sets flags that are never read
|
special SetUnlockedPokedexFlags
|
||||||
setflag FLAG_RECEIVED_POKEDEX_FROM_BIRCH
|
setflag FLAG_RECEIVED_POKEDEX_FROM_BIRCH
|
||||||
setvar VAR_CABLE_CLUB_TUTORIAL_STATE, 1
|
setvar VAR_CABLE_CLUB_TUTORIAL_STATE, 1
|
||||||
return
|
return
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"name": "NavelRock_B1F",
|
"name": "NavelRock_B1F",
|
||||||
"layout": "LAYOUT_NAVEL_ROCK_B1F",
|
"layout": "LAYOUT_NAVEL_ROCK_B1F",
|
||||||
"music": "MUS_RG_NANADUNGEON",
|
"music": "MUS_RG_NANADUNGEON",
|
||||||
"region_map_section": "MAPSEC_NAVEL_ROCK2",
|
"region_map_section": "MAPSEC_NAVEL_ROCK",
|
||||||
"requires_flash": false,
|
"requires_flash": false,
|
||||||
"weather": "WEATHER_NONE",
|
"weather": "WEATHER_NONE",
|
||||||
"map_type": "MAP_TYPE_UNDERGROUND",
|
"map_type": "MAP_TYPE_UNDERGROUND",
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"name": "NavelRock_Bottom",
|
"name": "NavelRock_Bottom",
|
||||||
"layout": "LAYOUT_NAVEL_ROCK_BOTTOM",
|
"layout": "LAYOUT_NAVEL_ROCK_BOTTOM",
|
||||||
"music": "MUS_RG_NANADUNGEON",
|
"music": "MUS_RG_NANADUNGEON",
|
||||||
"region_map_section": "MAPSEC_NAVEL_ROCK2",
|
"region_map_section": "MAPSEC_NAVEL_ROCK",
|
||||||
"requires_flash": false,
|
"requires_flash": false,
|
||||||
"weather": "WEATHER_NONE",
|
"weather": "WEATHER_NONE",
|
||||||
"map_type": "MAP_TYPE_UNDERGROUND",
|
"map_type": "MAP_TYPE_UNDERGROUND",
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"name": "NavelRock_Down01",
|
"name": "NavelRock_Down01",
|
||||||
"layout": "LAYOUT_NAVEL_ROCK_LADDER_ROOM1",
|
"layout": "LAYOUT_NAVEL_ROCK_LADDER_ROOM1",
|
||||||
"music": "MUS_RG_NANADUNGEON",
|
"music": "MUS_RG_NANADUNGEON",
|
||||||
"region_map_section": "MAPSEC_NAVEL_ROCK2",
|
"region_map_section": "MAPSEC_NAVEL_ROCK",
|
||||||
"requires_flash": false,
|
"requires_flash": false,
|
||||||
"weather": "WEATHER_NONE",
|
"weather": "WEATHER_NONE",
|
||||||
"map_type": "MAP_TYPE_UNDERGROUND",
|
"map_type": "MAP_TYPE_UNDERGROUND",
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"name": "NavelRock_Down02",
|
"name": "NavelRock_Down02",
|
||||||
"layout": "LAYOUT_NAVEL_ROCK_LADDER_ROOM2",
|
"layout": "LAYOUT_NAVEL_ROCK_LADDER_ROOM2",
|
||||||
"music": "MUS_RG_NANADUNGEON",
|
"music": "MUS_RG_NANADUNGEON",
|
||||||
"region_map_section": "MAPSEC_NAVEL_ROCK2",
|
"region_map_section": "MAPSEC_NAVEL_ROCK",
|
||||||
"requires_flash": false,
|
"requires_flash": false,
|
||||||
"weather": "WEATHER_NONE",
|
"weather": "WEATHER_NONE",
|
||||||
"map_type": "MAP_TYPE_UNDERGROUND",
|
"map_type": "MAP_TYPE_UNDERGROUND",
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"name": "NavelRock_Down03",
|
"name": "NavelRock_Down03",
|
||||||
"layout": "LAYOUT_NAVEL_ROCK_LADDER_ROOM1",
|
"layout": "LAYOUT_NAVEL_ROCK_LADDER_ROOM1",
|
||||||
"music": "MUS_RG_NANADUNGEON",
|
"music": "MUS_RG_NANADUNGEON",
|
||||||
"region_map_section": "MAPSEC_NAVEL_ROCK2",
|
"region_map_section": "MAPSEC_NAVEL_ROCK",
|
||||||
"requires_flash": false,
|
"requires_flash": false,
|
||||||
"weather": "WEATHER_NONE",
|
"weather": "WEATHER_NONE",
|
||||||
"map_type": "MAP_TYPE_UNDERGROUND",
|
"map_type": "MAP_TYPE_UNDERGROUND",
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"name": "NavelRock_Down04",
|
"name": "NavelRock_Down04",
|
||||||
"layout": "LAYOUT_NAVEL_ROCK_LADDER_ROOM2",
|
"layout": "LAYOUT_NAVEL_ROCK_LADDER_ROOM2",
|
||||||
"music": "MUS_RG_NANADUNGEON",
|
"music": "MUS_RG_NANADUNGEON",
|
||||||
"region_map_section": "MAPSEC_NAVEL_ROCK2",
|
"region_map_section": "MAPSEC_NAVEL_ROCK",
|
||||||
"requires_flash": false,
|
"requires_flash": false,
|
||||||
"weather": "WEATHER_NONE",
|
"weather": "WEATHER_NONE",
|
||||||
"map_type": "MAP_TYPE_UNDERGROUND",
|
"map_type": "MAP_TYPE_UNDERGROUND",
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"name": "NavelRock_Down05",
|
"name": "NavelRock_Down05",
|
||||||
"layout": "LAYOUT_NAVEL_ROCK_LADDER_ROOM1",
|
"layout": "LAYOUT_NAVEL_ROCK_LADDER_ROOM1",
|
||||||
"music": "MUS_RG_NANADUNGEON",
|
"music": "MUS_RG_NANADUNGEON",
|
||||||
"region_map_section": "MAPSEC_NAVEL_ROCK2",
|
"region_map_section": "MAPSEC_NAVEL_ROCK",
|
||||||
"requires_flash": false,
|
"requires_flash": false,
|
||||||
"weather": "WEATHER_NONE",
|
"weather": "WEATHER_NONE",
|
||||||
"map_type": "MAP_TYPE_UNDERGROUND",
|
"map_type": "MAP_TYPE_UNDERGROUND",
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"name": "NavelRock_Down06",
|
"name": "NavelRock_Down06",
|
||||||
"layout": "LAYOUT_NAVEL_ROCK_LADDER_ROOM2",
|
"layout": "LAYOUT_NAVEL_ROCK_LADDER_ROOM2",
|
||||||
"music": "MUS_RG_NANADUNGEON",
|
"music": "MUS_RG_NANADUNGEON",
|
||||||
"region_map_section": "MAPSEC_NAVEL_ROCK2",
|
"region_map_section": "MAPSEC_NAVEL_ROCK",
|
||||||
"requires_flash": false,
|
"requires_flash": false,
|
||||||
"weather": "WEATHER_NONE",
|
"weather": "WEATHER_NONE",
|
||||||
"map_type": "MAP_TYPE_UNDERGROUND",
|
"map_type": "MAP_TYPE_UNDERGROUND",
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"name": "NavelRock_Down07",
|
"name": "NavelRock_Down07",
|
||||||
"layout": "LAYOUT_NAVEL_ROCK_LADDER_ROOM1",
|
"layout": "LAYOUT_NAVEL_ROCK_LADDER_ROOM1",
|
||||||
"music": "MUS_RG_NANADUNGEON",
|
"music": "MUS_RG_NANADUNGEON",
|
||||||
"region_map_section": "MAPSEC_NAVEL_ROCK2",
|
"region_map_section": "MAPSEC_NAVEL_ROCK",
|
||||||
"requires_flash": false,
|
"requires_flash": false,
|
||||||
"weather": "WEATHER_NONE",
|
"weather": "WEATHER_NONE",
|
||||||
"map_type": "MAP_TYPE_UNDERGROUND",
|
"map_type": "MAP_TYPE_UNDERGROUND",
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"name": "NavelRock_Down08",
|
"name": "NavelRock_Down08",
|
||||||
"layout": "LAYOUT_NAVEL_ROCK_LADDER_ROOM2",
|
"layout": "LAYOUT_NAVEL_ROCK_LADDER_ROOM2",
|
||||||
"music": "MUS_RG_NANADUNGEON",
|
"music": "MUS_RG_NANADUNGEON",
|
||||||
"region_map_section": "MAPSEC_NAVEL_ROCK2",
|
"region_map_section": "MAPSEC_NAVEL_ROCK",
|
||||||
"requires_flash": false,
|
"requires_flash": false,
|
||||||
"weather": "WEATHER_NONE",
|
"weather": "WEATHER_NONE",
|
||||||
"map_type": "MAP_TYPE_UNDERGROUND",
|
"map_type": "MAP_TYPE_UNDERGROUND",
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"name": "NavelRock_Down09",
|
"name": "NavelRock_Down09",
|
||||||
"layout": "LAYOUT_NAVEL_ROCK_LADDER_ROOM1",
|
"layout": "LAYOUT_NAVEL_ROCK_LADDER_ROOM1",
|
||||||
"music": "MUS_RG_NANADUNGEON",
|
"music": "MUS_RG_NANADUNGEON",
|
||||||
"region_map_section": "MAPSEC_NAVEL_ROCK2",
|
"region_map_section": "MAPSEC_NAVEL_ROCK",
|
||||||
"requires_flash": false,
|
"requires_flash": false,
|
||||||
"weather": "WEATHER_NONE",
|
"weather": "WEATHER_NONE",
|
||||||
"map_type": "MAP_TYPE_UNDERGROUND",
|
"map_type": "MAP_TYPE_UNDERGROUND",
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"name": "NavelRock_Down10",
|
"name": "NavelRock_Down10",
|
||||||
"layout": "LAYOUT_NAVEL_ROCK_LADDER_ROOM2",
|
"layout": "LAYOUT_NAVEL_ROCK_LADDER_ROOM2",
|
||||||
"music": "MUS_RG_NANADUNGEON",
|
"music": "MUS_RG_NANADUNGEON",
|
||||||
"region_map_section": "MAPSEC_NAVEL_ROCK2",
|
"region_map_section": "MAPSEC_NAVEL_ROCK",
|
||||||
"requires_flash": false,
|
"requires_flash": false,
|
||||||
"weather": "WEATHER_NONE",
|
"weather": "WEATHER_NONE",
|
||||||
"map_type": "MAP_TYPE_UNDERGROUND",
|
"map_type": "MAP_TYPE_UNDERGROUND",
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"name": "NavelRock_Down11",
|
"name": "NavelRock_Down11",
|
||||||
"layout": "LAYOUT_NAVEL_ROCK_LADDER_ROOM1",
|
"layout": "LAYOUT_NAVEL_ROCK_LADDER_ROOM1",
|
||||||
"music": "MUS_RG_NANADUNGEON",
|
"music": "MUS_RG_NANADUNGEON",
|
||||||
"region_map_section": "MAPSEC_NAVEL_ROCK2",
|
"region_map_section": "MAPSEC_NAVEL_ROCK",
|
||||||
"requires_flash": false,
|
"requires_flash": false,
|
||||||
"weather": "WEATHER_NONE",
|
"weather": "WEATHER_NONE",
|
||||||
"map_type": "MAP_TYPE_UNDERGROUND",
|
"map_type": "MAP_TYPE_UNDERGROUND",
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"name": "NavelRock_Entrance",
|
"name": "NavelRock_Entrance",
|
||||||
"layout": "LAYOUT_NAVEL_ROCK_ENTRANCE",
|
"layout": "LAYOUT_NAVEL_ROCK_ENTRANCE",
|
||||||
"music": "MUS_RG_NANADUNGEON",
|
"music": "MUS_RG_NANADUNGEON",
|
||||||
"region_map_section": "MAPSEC_NAVEL_ROCK2",
|
"region_map_section": "MAPSEC_NAVEL_ROCK",
|
||||||
"requires_flash": false,
|
"requires_flash": false,
|
||||||
"weather": "WEATHER_NONE",
|
"weather": "WEATHER_NONE",
|
||||||
"map_type": "MAP_TYPE_UNDERGROUND",
|
"map_type": "MAP_TYPE_UNDERGROUND",
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"name": "NavelRock_Exterior",
|
"name": "NavelRock_Exterior",
|
||||||
"layout": "LAYOUT_NAVEL_ROCK_EXTERIOR",
|
"layout": "LAYOUT_NAVEL_ROCK_EXTERIOR",
|
||||||
"music": "MUS_RG_NANASHIMA",
|
"music": "MUS_RG_NANASHIMA",
|
||||||
"region_map_section": "MAPSEC_NAVEL_ROCK2",
|
"region_map_section": "MAPSEC_NAVEL_ROCK",
|
||||||
"requires_flash": false,
|
"requires_flash": false,
|
||||||
"weather": "WEATHER_NONE",
|
"weather": "WEATHER_NONE",
|
||||||
"map_type": "MAP_TYPE_INDOOR",
|
"map_type": "MAP_TYPE_INDOOR",
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"name": "NavelRock_Fork",
|
"name": "NavelRock_Fork",
|
||||||
"layout": "LAYOUT_NAVEL_ROCK_FORK",
|
"layout": "LAYOUT_NAVEL_ROCK_FORK",
|
||||||
"music": "MUS_RG_NANADUNGEON",
|
"music": "MUS_RG_NANADUNGEON",
|
||||||
"region_map_section": "MAPSEC_NAVEL_ROCK2",
|
"region_map_section": "MAPSEC_NAVEL_ROCK",
|
||||||
"requires_flash": false,
|
"requires_flash": false,
|
||||||
"weather": "WEATHER_NONE",
|
"weather": "WEATHER_NONE",
|
||||||
"map_type": "MAP_TYPE_UNDERGROUND",
|
"map_type": "MAP_TYPE_UNDERGROUND",
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"name": "NavelRock_Harbor",
|
"name": "NavelRock_Harbor",
|
||||||
"layout": "LAYOUT_ISLAND_HARBOR",
|
"layout": "LAYOUT_ISLAND_HARBOR",
|
||||||
"music": "MUS_RG_NANASHIMA",
|
"music": "MUS_RG_NANASHIMA",
|
||||||
"region_map_section": "MAPSEC_NAVEL_ROCK2",
|
"region_map_section": "MAPSEC_NAVEL_ROCK",
|
||||||
"requires_flash": false,
|
"requires_flash": false,
|
||||||
"weather": "WEATHER_NONE",
|
"weather": "WEATHER_NONE",
|
||||||
"map_type": "MAP_TYPE_INDOOR",
|
"map_type": "MAP_TYPE_INDOOR",
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"name": "NavelRock_Top",
|
"name": "NavelRock_Top",
|
||||||
"layout": "LAYOUT_NAVEL_ROCK_TOP",
|
"layout": "LAYOUT_NAVEL_ROCK_TOP",
|
||||||
"music": "MUS_RG_NANADUNGEON",
|
"music": "MUS_RG_NANADUNGEON",
|
||||||
"region_map_section": "MAPSEC_NAVEL_ROCK2",
|
"region_map_section": "MAPSEC_NAVEL_ROCK",
|
||||||
"requires_flash": false,
|
"requires_flash": false,
|
||||||
"weather": "WEATHER_SHADE",
|
"weather": "WEATHER_SHADE",
|
||||||
"map_type": "MAP_TYPE_UNDERGROUND",
|
"map_type": "MAP_TYPE_UNDERGROUND",
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"name": "NavelRock_Up1",
|
"name": "NavelRock_Up1",
|
||||||
"layout": "LAYOUT_NAVEL_ROCK_LADDER_ROOM1",
|
"layout": "LAYOUT_NAVEL_ROCK_LADDER_ROOM1",
|
||||||
"music": "MUS_RG_NANADUNGEON",
|
"music": "MUS_RG_NANADUNGEON",
|
||||||
"region_map_section": "MAPSEC_NAVEL_ROCK2",
|
"region_map_section": "MAPSEC_NAVEL_ROCK",
|
||||||
"requires_flash": false,
|
"requires_flash": false,
|
||||||
"weather": "WEATHER_NONE",
|
"weather": "WEATHER_NONE",
|
||||||
"map_type": "MAP_TYPE_UNDERGROUND",
|
"map_type": "MAP_TYPE_UNDERGROUND",
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"name": "NavelRock_Up2",
|
"name": "NavelRock_Up2",
|
||||||
"layout": "LAYOUT_NAVEL_ROCK_LADDER_ROOM2",
|
"layout": "LAYOUT_NAVEL_ROCK_LADDER_ROOM2",
|
||||||
"music": "MUS_RG_NANADUNGEON",
|
"music": "MUS_RG_NANADUNGEON",
|
||||||
"region_map_section": "MAPSEC_NAVEL_ROCK2",
|
"region_map_section": "MAPSEC_NAVEL_ROCK",
|
||||||
"requires_flash": false,
|
"requires_flash": false,
|
||||||
"weather": "WEATHER_NONE",
|
"weather": "WEATHER_NONE",
|
||||||
"map_type": "MAP_TYPE_UNDERGROUND",
|
"map_type": "MAP_TYPE_UNDERGROUND",
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"name": "NavelRock_Up3",
|
"name": "NavelRock_Up3",
|
||||||
"layout": "LAYOUT_NAVEL_ROCK_LADDER_ROOM1",
|
"layout": "LAYOUT_NAVEL_ROCK_LADDER_ROOM1",
|
||||||
"music": "MUS_RG_NANADUNGEON",
|
"music": "MUS_RG_NANADUNGEON",
|
||||||
"region_map_section": "MAPSEC_NAVEL_ROCK2",
|
"region_map_section": "MAPSEC_NAVEL_ROCK",
|
||||||
"requires_flash": false,
|
"requires_flash": false,
|
||||||
"weather": "WEATHER_NONE",
|
"weather": "WEATHER_NONE",
|
||||||
"map_type": "MAP_TYPE_UNDERGROUND",
|
"map_type": "MAP_TYPE_UNDERGROUND",
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"name": "NavelRock_Up4",
|
"name": "NavelRock_Up4",
|
||||||
"layout": "LAYOUT_NAVEL_ROCK_LADDER_ROOM2",
|
"layout": "LAYOUT_NAVEL_ROCK_LADDER_ROOM2",
|
||||||
"music": "MUS_RG_NANADUNGEON",
|
"music": "MUS_RG_NANADUNGEON",
|
||||||
"region_map_section": "MAPSEC_NAVEL_ROCK2",
|
"region_map_section": "MAPSEC_NAVEL_ROCK",
|
||||||
"requires_flash": false,
|
"requires_flash": false,
|
||||||
"weather": "WEATHER_NONE",
|
"weather": "WEATHER_NONE",
|
||||||
"map_type": "MAP_TYPE_UNDERGROUND",
|
"map_type": "MAP_TYPE_UNDERGROUND",
|
||||||
|
@ -172,7 +172,7 @@ AbnormalWeather_StartGroudonWeather:: @ 8273D1B
|
|||||||
|
|
||||||
AbnormalWeather_EventScript_EndEventAndCleanup_1:: @ 8273D1F
|
AbnormalWeather_EventScript_EndEventAndCleanup_1:: @ 8273D1F
|
||||||
lockall
|
lockall
|
||||||
compare VAR_ABNORMAL_WEATHER_LOCATION, ABNORMAL_WEATHER_KYOGRE_LOCATIONS_START
|
compare VAR_ABNORMAL_WEATHER_LOCATION, MARINE_CAVE_LOCATIONS_START
|
||||||
goto_if_ge AbnormalWeather_EventScript_ShowRainEndedMessage
|
goto_if_ge AbnormalWeather_EventScript_ShowRainEndedMessage
|
||||||
goto AbnormalWeather_EventScript_ShowSunEndedMessage
|
goto AbnormalWeather_EventScript_ShowSunEndedMessage
|
||||||
end
|
end
|
||||||
|
@ -301,7 +301,7 @@ SecretBase_EventScript_PutAwayDecoration:: @ 8275D2E
|
|||||||
end
|
end
|
||||||
|
|
||||||
SecretBase_EventScript_PutAwayDecorationLoop:: @ 8275D39
|
SecretBase_EventScript_PutAwayDecorationLoop:: @ 8275D39
|
||||||
special sub_8129708
|
special PutAwayDecorationIteration
|
||||||
compare VAR_RESULT, 1
|
compare VAR_RESULT, 1
|
||||||
goto_if_eq SecretBase_EventScript_PutAwayDecorationEnd
|
goto_if_eq SecretBase_EventScript_PutAwayDecorationEnd
|
||||||
addvar VAR_0x8004, 1
|
addvar VAR_0x8004, 1
|
||||||
|
@ -31,7 +31,7 @@ gSpecials:: @ 81DBA64
|
|||||||
def_special GetObjectEventLocalIdByFlag
|
def_special GetObjectEventLocalIdByFlag
|
||||||
def_special GetSecretBaseTypeInFrontOfPlayer
|
def_special GetSecretBaseTypeInFrontOfPlayer
|
||||||
def_special SetSecretBaseOwnerGfxId
|
def_special SetSecretBaseOwnerGfxId
|
||||||
def_special sub_8129708
|
def_special PutAwayDecorationIteration
|
||||||
def_special EnterNewlyCreatedSecretBase
|
def_special EnterNewlyCreatedSecretBase
|
||||||
def_special SetBattledOwnerFromResult
|
def_special SetBattledOwnerFromResult
|
||||||
def_special DoSecretBasePCTurnOffEffect
|
def_special DoSecretBasePCTurnOffEffect
|
||||||
@ -504,7 +504,7 @@ gSpecials:: @ 81DBA64
|
|||||||
def_special GetMartEmployeeObjectEventId
|
def_special GetMartEmployeeObjectEventId
|
||||||
def_special sub_80A08CC
|
def_special sub_80A08CC
|
||||||
def_special Unused_SetWeatherSunny
|
def_special Unused_SetWeatherSunny
|
||||||
def_special sub_81AFDA0
|
def_special SetUnlockedPokedexFlags
|
||||||
def_special IsTrainerRegistered
|
def_special IsTrainerRegistered
|
||||||
def_special ShouldDoBrailleRegicePuzzle
|
def_special ShouldDoBrailleRegicePuzzle
|
||||||
def_special EnableNationalPokedex
|
def_special EnableNationalPokedex
|
||||||
|
Before Width: | Height: | Size: 179 B After Width: | Height: | Size: 179 B |
Before Width: | Height: | Size: 180 B After Width: | Height: | Size: 180 B |
Before Width: | Height: | Size: 239 B After Width: | Height: | Size: 239 B |
Before Width: | Height: | Size: 238 B After Width: | Height: | Size: 238 B |
Before Width: | Height: | Size: 241 B After Width: | Height: | Size: 241 B |
Before Width: | Height: | Size: 333 B After Width: | Height: | Size: 333 B |
Before Width: | Height: | Size: 341 B After Width: | Height: | Size: 341 B |
Before Width: | Height: | Size: 342 B After Width: | Height: | Size: 342 B |
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 360 B |
Before Width: | Height: | Size: 259 B After Width: | Height: | Size: 259 B |
Before Width: | Height: | Size: 293 B After Width: | Height: | Size: 293 B |
Before Width: | Height: | Size: 303 B After Width: | Height: | Size: 303 B |
Before Width: | Height: | Size: 320 B After Width: | Height: | Size: 320 B |
Before Width: | Height: | Size: 281 B After Width: | Height: | Size: 281 B |
Before Width: | Height: | Size: 261 B After Width: | Height: | Size: 261 B |
Before Width: | Height: | Size: 249 B After Width: | Height: | Size: 249 B |
Before Width: | Height: | Size: 608 B After Width: | Height: | Size: 608 B |
Before Width: | Height: | Size: 651 B After Width: | Height: | Size: 651 B |
Before Width: | Height: | Size: 597 B After Width: | Height: | Size: 597 B |
Before Width: | Height: | Size: 610 B After Width: | Height: | Size: 610 B |
Before Width: | Height: | Size: 534 B After Width: | Height: | Size: 534 B |
Before Width: | Height: | Size: 538 B After Width: | Height: | Size: 538 B |
Before Width: | Height: | Size: 554 B After Width: | Height: | Size: 554 B |
Before Width: | Height: | Size: 612 B After Width: | Height: | Size: 612 B |
Before Width: | Height: | Size: 199 B After Width: | Height: | Size: 199 B |
Before Width: | Height: | Size: 214 B After Width: | Height: | Size: 214 B |
Before Width: | Height: | Size: 195 B After Width: | Height: | Size: 195 B |
Before Width: | Height: | Size: 191 B After Width: | Height: | Size: 191 B |
Before Width: | Height: | Size: 230 B After Width: | Height: | Size: 230 B |
Before Width: | Height: | Size: 227 B After Width: | Height: | Size: 227 B |
Before Width: | Height: | Size: 225 B After Width: | Height: | Size: 225 B |
Before Width: | Height: | Size: 228 B After Width: | Height: | Size: 228 B |
Before Width: | Height: | Size: 230 B After Width: | Height: | Size: 230 B |
Before Width: | Height: | Size: 227 B After Width: | Height: | Size: 227 B |
Before Width: | Height: | Size: 225 B After Width: | Height: | Size: 225 B |
Before Width: | Height: | Size: 228 B After Width: | Height: | Size: 228 B |
Before Width: | Height: | Size: 303 B After Width: | Height: | Size: 303 B |
Before Width: | Height: | Size: 307 B After Width: | Height: | Size: 307 B |
Before Width: | Height: | Size: 303 B After Width: | Height: | Size: 303 B |
Before Width: | Height: | Size: 265 B After Width: | Height: | Size: 265 B |
Before Width: | Height: | Size: 259 B After Width: | Height: | Size: 259 B |
Before Width: | Height: | Size: 254 B After Width: | Height: | Size: 254 B |
Before Width: | Height: | Size: 290 B After Width: | Height: | Size: 290 B |
Before Width: | Height: | Size: 286 B After Width: | Height: | Size: 286 B |
Before Width: | Height: | Size: 157 B After Width: | Height: | Size: 157 B |
Before Width: | Height: | Size: 181 B After Width: | Height: | Size: 181 B |
Before Width: | Height: | Size: 173 B After Width: | Height: | Size: 173 B |
Before Width: | Height: | Size: 175 B After Width: | Height: | Size: 175 B |
Before Width: | Height: | Size: 157 B After Width: | Height: | Size: 157 B |
Before Width: | Height: | Size: 177 B After Width: | Height: | Size: 177 B |
Before Width: | Height: | Size: 173 B After Width: | Height: | Size: 173 B |
Before Width: | Height: | Size: 171 B After Width: | Height: | Size: 171 B |
Before Width: | Height: | Size: 224 B After Width: | Height: | Size: 224 B |
Before Width: | Height: | Size: 222 B After Width: | Height: | Size: 222 B |
Before Width: | Height: | Size: 228 B After Width: | Height: | Size: 228 B |
Before Width: | Height: | Size: 234 B After Width: | Height: | Size: 234 B |
Before Width: | Height: | Size: 171 B After Width: | Height: | Size: 171 B |
Before Width: | Height: | Size: 129 B After Width: | Height: | Size: 129 B |
Before Width: | Height: | Size: 152 B After Width: | Height: | Size: 152 B |
Before Width: | Height: | Size: 152 B After Width: | Height: | Size: 152 B |
Before Width: | Height: | Size: 152 B After Width: | Height: | Size: 152 B |
Before Width: | Height: | Size: 152 B After Width: | Height: | Size: 152 B |
Before Width: | Height: | Size: 257 B After Width: | Height: | Size: 257 B |
Before Width: | Height: | Size: 257 B After Width: | Height: | Size: 257 B |
Before Width: | Height: | Size: 253 B After Width: | Height: | Size: 253 B |
Before Width: | Height: | Size: 255 B After Width: | Height: | Size: 255 B |
Before Width: | Height: | Size: 257 B After Width: | Height: | Size: 257 B |
Before Width: | Height: | Size: 257 B After Width: | Height: | Size: 257 B |
Before Width: | Height: | Size: 254 B After Width: | Height: | Size: 254 B |