Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-06 | Merge pull request #404 from surskitty/master | yenatch | |
De-Magic-Numbers the Rocket Grunts | |||
2017-11-27 | Making all Rocket Grunts call the constant. | surskitty | |
2017-11-27 | Fighting Dojo npc labels. | surskitty | |
2017-11-26 | Add MobileError-related labels | mid-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-26 | Script_ChoseChallenge -> Script_ChooseChallenge | mid-kid | |
This script is called for the player to *choose* (or pick) the challenge they want to undertake. | |||
2017-11-25 | Label BattleTowerRoomMenu | mid-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-21 | Merge pull request #395 from surskitty/master | Marcus Huderle | |
Some Script Labels | |||
2017-11-22 | PewterPokeCEnter2FBeta -> PewterPokeCenter2FBeta | mid-kid | |
Probably a typo. | |||
2017-11-19 | Labelled some battle tower-related functions | mid-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-26 | Cianwood City labels | surskitty | |
2017-10-26 | Another label. | surskitty | |
2017-10-26 | Pokefan Derek fully labelled. | surskitty | |
2017-10-26 | Full script labels for Fuchsia Gym. | surskitty | |
2017-10-26 | Cerulean Mart labels | surskitty | |
2017-10-26 | Partially labelling Pokefan Derek. | surskitty | |
2017-10-26 | Some Fuchsia Gym labels. | surskitty | |
2017-10-26 | Fuchsia City labels | surskitty | |
2017-10-26 | Celadon Cafe labels. | surskitty | |
2017-10-26 | Labelling triggers pointlessly. | surskitty | |
2017-10-26 | Mahogany Gym labels. | surskitty | |
2017-10-26 | Labels for TM people. | surskitty | |
2017-10-26 | Labelling Jasmine. | surskitty | |
2017-10-26 | Labelling some of Morty's scripts. | surskitty | |
2017-10-21 | Typo fix. | surskitty | |
2017-10-21 | Renaming labels for E4. | surskitty | |
2017-01-16 | Labels for Trainer Rankings stat tracking functions | hatschky | |
2017-01-11 | Give a better label. | IIMarckus | |
2017-01-11 | Fix misleading label; the Growlithe check doesn't change in 1.1. | IIMarckus | |
2016-07-29 | pitchoffset macro to replace forceoctave | PikalaxALT | |
2016-05-14 | Unify directional movement macros | pikalaxalt | |
2016-05-14 | Unify step_sleep macro | pikalaxalt | |
2016-04-30 | Copycat labels; macro for the Crystal-only Unown chamber unlock words | pikalaxalt | |
2016-04-10 | Local labels starting with underscores have colons depending on whether the ↵ | pikalaxalt | |
first alphanumeric character is capitalized or not | |||
2016-04-10 | Local labels starting with lowercase letters are no longer decorated with a ↵ | pikalaxalt | |
trailing colon | |||
2016-04-10 | Local 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-10 | Alan's script pointers are now local references; movement_tree_shake for ↵ | pikalaxalt | |
sudowoodo on route 36 | |||
2016-04-10 | Merge branch 'master' of https://github.com/pret/pokecrystal | pikalaxalt | |
2016-04-07 | More labels cleanup in map scripts. | IIMarckus | |
2016-04-06 | Improve some map script labels. | IIMarckus | |
2016-04-06 | Remove duplicate blockdata. | IIMarckus | |
2016-03-27 | Split up banks 1-3 of main.asm | pikalaxalt | |
2016-03-25 | Merge branch 'master' of https://github.com/pret/pokecrystal | pikalaxalt | |
2016-03-25 | Fix a typo in AzaleaGym. | yenatch | |
2016-03-24 | Fix filename case inconsistency | dannye | |
when the filename uses different case than the include, rgbds mistakenly thinks that file is intermediate | |||
2016-03-19 | Merge branch 'master' of https://github.com/pret/pokecrystal | pikalaxalt | |
2016-03-16 | Use fish group constants in map headers. | yenatch | |
2016-03-08 | More 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-01 | Battle animation annotations | PikalaxALT | |
2016-01-27 | Fix marts using hard-coded bank number | PikalaxALT | |
2016-01-09 | Split base stats | PikalaxALT | |