summaryrefslogtreecommitdiff
path: root/data/maps
AgeCommit message (Collapse)Author
2022-02-11Add missing trainer type constant usageGriffinR
2022-02-10Rename some movement actions and functionscbt6
2021-06-26Informative note about PewterCity_Gym_Text_BrockDefeatLOuroboros
2021-05-13Name unused house maps/map groupsGriffinR
2021-04-28Name map groupsGriffinR
2021-04-17Replace rival labelsSatoMew
2021-04-10Fix Record Corner labelsSatoMew
2021-03-30Fix movement types; fix some math opsPikalaxALT
2021-03-10Fix Typos / Use Box ConstantsDeokishisu
The Celadon City scripts that give Eevee misspelled it as Eeevee. Fixed. The comment explaining `boxRSEggsUnlocked` in the `ExternalEventFlags` struct had an incorrect deposit requirement listed and was fixed. Also, replaced the literals with the `TOTAL_BOXES_COUNT` and `IN_BOX_COUNT` constants in `pokemon.c`'s `IsPokemonStorageFull` function. Thanks hjk321 for pointing that out.
2021-02-16Mirror pokeemerald PR#1329 & PR#1335 to pokefireredDeokishisu
The `giftRibbons` field in `SaveBlock1` has been split out into proper subfields. The new ExternalEvent structs deal with interconnectivity between external games/peripherals and FRLG. US & JP Colosseum Bonus Discs', Colosseum and XD's, Pokémon Channel's, and PokémonBox: Ruby & Sapphire's interactions with these fields has been documented. The `giftRibbon#` fields in `PokemonSubstruct3` have also been renamed to their appropriate ribbons, and commented with distribution info if applicable. The previous `fatefulEncounter` field was actually filler, and relabeled as such, while the `obedient` bit was renamed `eventLegal`. All relevant constants and functions dealing with the Pokémon data structure were renamed with these changes in mind. I still maintain that `eventLegal` is a misnomer and it should be called `fatefulEncounter` in all three repos.
2021-02-10Use more LOCALID constantsGriffinR
2021-02-03Fix TM34 Transposition TypoDeokishisu
The script labels for being given TM34 from Lt. Surge are mistakenly typoed as TM43. This commit fixes this error.
2020-08-31Fix Fuchsica typoGriffinR
2020-08-29Give songs meaningful english namesGriffinR
2020-05-04Fix corresponding mislabeled rival scriptGriffinR
2020-05-04Fix mislabeled starter scriptGriffinR
2020-04-06Split quest_log.cPikalaxALT
2020-03-31Name all specialsPikalaxALT
2020-03-28Finish overworld.cPikalaxALT
2020-03-28Merge branch 'master' of github.com:pret/pokefirered into overworldPikalaxALT
2020-03-28through ChooseAmbientCrySpeciesPikalaxALT
2020-03-27Use trainer type constantsGriffinR
2020-03-26Merge branch 'master' of github.com:pret/pokefirered into field_player_avatarPikalaxALT
2020-03-26Label object event graphicsGriffinR
2020-03-23through PlayerGetCopyableMovementPikalaxALT
2020-03-23through CheckForObjectEventCollisionPikalaxALT
2020-03-19Some documentation of field_control_avatar and related routinesPikalaxALT
2020-03-17through GetInteractedObjectEventScriptPikalaxALT
2020-03-13var_value to stringGriffinR
2020-03-11trainer_type and trainer_sight_or_berry_tree_id to stringGriffinR
2020-03-05Merge pull request #285 from GriffinRichards/doc-scriptcleanPikalaxALT
Clean up script documentation
2020-03-04Add enums for help system text, label help contextGriffinR
2020-03-04Combine special prefixes, drop moreGriffinR
2020-03-03Add missing movement type constant useGriffinR
2020-03-03Add more metatile labelsGriffinR
2020-03-03Label remaining JP script textGriffinR
2020-03-03Sync some specials/drop unnecessary prefixesGriffinR
2020-03-03Sync event ticket flag namesGriffinR
2020-03-02Remove interactwith from field move scriptsGriffinR
2020-03-02Add missing script labelsGriffinR
2020-03-02Fix special var namesGriffinR
2020-03-02Label sign bg eventsGriffinR
2020-03-02Merge pull request #278 from GriffinRichards/doc-miscscriptPikalaxALT
Split/label some common event scripts
2020-03-02Merge branch 'master' into doc-sixislandGriffinR
2020-03-02Merge pull request #275 from GriffinRichards/doc-fiveislandPikalaxALT
Document Five Island scripts
2020-03-02Merge pull request #274 from GriffinRichards/doc-fourislandPikalaxALT
Document Four Island scripts, trainer_card.inc, sync trainer_card.c
2020-03-02Resolve some JP textGriffinR
2020-03-02Split/label some common event scriptsGriffinR
2020-02-28Document missed Vermilion house scriptGriffinR
2020-02-28Document Seven Island scriptsGriffinR