summaryrefslogtreecommitdiff
path: root/maps
AgeCommit message (Collapse)Author
2017-12-06Merge pull request #404 from surskitty/masteryenatch
De-Magic-Numbers the Rocket Grunts
2017-11-27Making all Rocket Grunts call the constant.surskitty
2017-11-27Fighting Dojo npc labels.surskitty
2017-11-26Add MobileError-related labelsmid-kid
This function is called from a few different places in the mobile code, including from one special that is only executed when the BattleTowerRoomMenu special returns with a non-zero code. Since that special causes a blue "error" screen to appear, that looks the exact same as the one you'd get when trying to connect from the mobile trade corner/battle colosseum in a Pokémon Center's top floor, and this function contains a bunch of japanese strings in a jumptable, I think it's reasonable to assume it should be called "DisplayMobileError".
2017-11-26Script_ChoseChallenge -> Script_ChooseChallengemid-kid
This script is called for the player to *choose* (or pick) the challenge they want to undertake.
2017-11-25Label BattleTowerRoomMenumid-kid
All of the functions called by it are prefixed with BattleTowerRoomMenu, but a bunch of them seem more generic than that, since they're part of different mobile menus. Also called another menu jumptable BattleTowerRoomMenu2 for the lack of a better name (only the Yes/No menu functions are used in western crystal). The names of the more generic functions should be fixed when we start labelling other menus.
2017-11-21Merge pull request #395 from surskitty/masterMarcus Huderle
Some Script Labels
2017-11-22PewterPokeCEnter2FBeta -> PewterPokeCenter2FBetamid-kid
Probably a typo.
2017-11-19Labelled some battle tower-related functionsmid-kid
The UbersCheck and LevelCheck are used only for the battle tower, despite them living in the mobile files. Also labelled some of the known BattleTowerActions.
2017-10-26Cianwood City labelssurskitty
2017-10-26Another label.surskitty
2017-10-26Pokefan Derek fully labelled.surskitty
2017-10-26Full script labels for Fuchsia Gym.surskitty
2017-10-26Cerulean Mart labelssurskitty
2017-10-26Partially labelling Pokefan Derek.surskitty
2017-10-26Some Fuchsia Gym labels.surskitty
2017-10-26Fuchsia City labelssurskitty
2017-10-26Celadon Cafe labels.surskitty
2017-10-26Labelling triggers pointlessly.surskitty
2017-10-26Mahogany Gym labels.surskitty
2017-10-26Labels for TM people.surskitty
2017-10-26Labelling Jasmine.surskitty
2017-10-26Labelling some of Morty's scripts.surskitty
2017-10-21Typo fix.surskitty
2017-10-21Renaming labels for E4.surskitty
2017-01-16Labels for Trainer Rankings stat tracking functionshatschky
2017-01-11Give a better label.IIMarckus
2017-01-11Fix misleading label; the Growlithe check doesn't change in 1.1.IIMarckus
2016-07-29pitchoffset macro to replace forceoctavePikalaxALT
2016-05-14Unify directional movement macrospikalaxalt
2016-05-14Unify step_sleep macropikalaxalt
2016-04-30Copycat labels; macro for the Crystal-only Unown chamber unlock wordspikalaxalt
2016-04-10Local labels starting with underscores have colons depending on whether the ↵pikalaxalt
first alphanumeric character is capitalized or not
2016-04-10Local labels starting with lowercase letters are no longer decorated with a ↵pikalaxalt
trailing colon
2016-04-10Local labels starting with capital letters are now decorated with a trailing ↵pikalaxalt
colon; remove trailing whitespace; globally correct line endings to UNIX style
2016-04-10Alan's script pointers are now local references; movement_tree_shake for ↵pikalaxalt
sudowoodo on route 36
2016-04-10Merge branch 'master' of https://github.com/pret/pokecrystalpikalaxalt
2016-04-07More labels cleanup in map scripts.IIMarckus
2016-04-06Improve some map script labels.IIMarckus
2016-04-06Remove duplicate blockdata.IIMarckus
2016-03-27Split up banks 1-3 of main.asmpikalaxalt
2016-03-25Merge branch 'master' of https://github.com/pret/pokecrystalpikalaxalt
2016-03-25Fix a typo in AzaleaGym.yenatch
2016-03-24Fix filename case inconsistencydannye
when the filename uses different case than the include, rgbds mistakenly thinks that file is intermediate
2016-03-19Merge branch 'master' of https://github.com/pret/pokecrystalpikalaxalt
2016-03-16Use fish group constants in map headers.yenatch
2016-03-08More annotations of HP bar animations, including an oversight by GameFreak ↵pikalaxalt
resulting in super-slow HP bars for Pokemon with over 48 HP
2016-03-01Battle animation annotationsPikalaxALT
2016-01-27Fix marts using hard-coded bank numberPikalaxALT
2016-01-09Split base statsPikalaxALT