summaryrefslogtreecommitdiff
path: root/maps
AgeCommit message (Collapse)Author
2022-02-22Rename ENGINE_FISH_SWARM to ENGINE_QWILFISH_SWARM (#879)Idain
2022-02-13Fixed IlexForestKurtStepsDownMovement capitalization typo (#877)vulcandth
2022-01-10Don't require a boolean trainer flag for `givepoke`Rangi
Fixes #865
2021-06-08Rename `prioritysjump` to `sdefer`Rangi
2021-03-21Use numeric constants in text strings with "{d:interpolation}"Rangi
2021-03-17Assert some more table widthsRangi
2021-03-11Sync some files with pokegoldRangi
2021-02-16Use NITE_HOUR constant for Buena's eventRangi
2021-02-05Identify unreferenced Goldenrod Pokémon Center text labelsRangi
2021-02-05Identify some more labelsRangi
2020-11-03Identify more uses of wBuffer1-6Rangi
2020-11-03More syncing with pokegoldRangi
2020-10-28Replace many '; unused' with '; unreferenced'Rangi
2020-10-26Comment, remove, or revise many unreferenced labelsRangi
2020-10-23Identify some more link.asm labels (syncing to pokegold)Rangi
2020-10-21Identify unused Route 40 movement dataRangi
2020-10-21Consistent (x, y) coordinates for ugdoor macroRangi
2020-10-05Identify some more unnamed labelsRangi
2020-10-04Identify movement labels in map scriptsRangi
2020-09-27Use EGG_LEVEL for Togepi eggRangi
2020-07-24Use def_* macros for automatic map event countsRangi
Resolves #742
2020-07-17SPRITE_GYM_GUY -> SPRITE_GYM_GUIDERangi
2020-07-17return → endcallback, reloadandreturn → reloadendRangi
2020-07-10Use const_skip and const_next macros for brevityRangi
2020-06-22Use pokepret account for committing to symbols branchRangi
2020-06-22Identify some more labelsRangi
2020-06-21Replace "Unreferenced" labels with "; unreferenced" commentsRangi
2020-06-20Identify some more Unknown labelsRangi
2020-06-16ReplaceKrisSprite -> UpdatePlayerSpriteRangi
2020-06-16[in progress] Harmonize more constant and data files with pokegoldRangi
2020-06-16Harmonize some more symbols with pokegoldRangi
2020-06-14make DEBUG=1 logs all symbols in the .map and .sym filesRangi
2020-06-13Label some mobile addresses, and revise some commentsRangi
2020-06-10Resolve #723: treat std scripts like specials and predefsRangi
2020-05-05Miscellaneous fixesRangi
Addresses the haircut brothers' probability comments in #709
2020-04-16Fix #709 miscellaneous issuesRangi
2020-03-21Add suffixes to some constants to avoid ambiguityRangi
- `PSYCHIC` → `PSYCHIC_TYPE` (not the trainer `PSYCHIC_T` or the move `PSYCHIC_M`) - `BLACKBELT` → `BLACKBELT_I` (not the trainer `BLACKBELT_T`) - `CURSE_T` → `CURSE_TYPE` (not the move `CURSE`) - `TOWN_MAP_D` → `TOWN_MAP_POSTER` (not the item `TOWN_MAP`) This also uncovered a misidentified event: `EVENT_DECO_PLANT_4` → `EVENT_DECO_POSTER_1`. (There are three plants and four posters.)
2020-02-16Correct fash ship typosmid-kid
2019-11-18Make all decorations use consistent namesmid-kid
If we're not going to prefix the decos, don't prefix any of them.
2019-11-04Merge pull request #654 from Rangi42/masterRangi
Miscellaneous cleanup issues
2019-11-03Miscellaneous label and comment correctionsRangi
2019-11-03Rename buttonsound to promptbuttonRangi
2019-10-20VioletPokecenter1F.asm: Rename an NPC constantDeeDeeG
"VIOLETPOKECENTER1F_SCIENTIST" --> "VIOLETPOKECENTER1F_ELMS_AIDE"
2019-10-20MountMortarB1F.asm: Rename an NPC constantDeeDeeG
"MOUNTMORTARB1F_BLACK_BELT" --> "MOUNTMORTARB1F_KIYO"
2019-10-20MahoganyMart1F.asm: Rename an NPC constantDeeDeeG
"MAHOGANYMART1F_DRAGON" --> "MAHOGANYMART1F_DRAGONITE"
2019-10-20MahoganyMart1F.asm: Typo: "Mahogay" --> "Mahogany"DeeDeeG
2019-10-20MahoganyMart1F.asm: Rename MovementDataDeeDeeG
2019-10-20LakeOfRage.asm: Rename MovementDataDeeDeeG
2019-10-20#641 fixes and additions. (#646)mid-kid
Name a lot of text labels according to our conventions
2019-05-18Correct the older+younger haircut brothers' labels and constantsRangi