diff options
author | YamaArashi <shadow962@live.com> | 2017-01-01 22:39:54 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2017-01-01 22:41:17 -0800 |
commit | 80e95a204723eea4bb5fe914dd44f78a66552c03 (patch) | |
tree | 23b93bd1548b79f54c9aad7a7a6cadb503952a72 /data | |
parent | 8ce0fb4b20793da19ae57bff14b63c4c1aa90a54 (diff) |
braille puzzle stuff
Diffstat (limited to 'data')
-rw-r--r-- | data/specials.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/data/specials.inc b/data/specials.inc index f365962db..8025e3b80 100644 --- a/data/specials.inc +++ b/data/specials.inc @@ -279,8 +279,8 @@ gSpecials:: .4byte RemoveCameraDummy .4byte GetPokeblockNameByMonNature .4byte GetSecretBaseNearbyMapName - .4byte sub_8147478 - .4byte sub_814768C + .4byte CheckRelicanthWailord + .4byte DoBrailleWait .4byte sub_80818A4 .4byte sub_80818FC .4byte ShowBattleTowerRecords @@ -305,7 +305,7 @@ gSpecials:: .4byte IsStarterInParty .4byte sub_80BC224 .4byte CheckFreePokemonStorageSpace - .4byte sub_81477B4 + .4byte DoSealedChamberShakingEffect1 .4byte sub_810E944 .4byte GetShieldToyTVDecorationInfo .4byte IsPokerusInParty @@ -315,7 +315,7 @@ gSpecials:: .4byte sub_8081BB8 .4byte sub_8081C50 .4byte sub_8082524 - .4byte sub_81477F0 + .4byte DoSealedChamberShakingEffect2 .4byte sub_810F828 .4byte sub_807E25C .4byte sp13E_warp_to_last_warp |