Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-05 | Identify some more unnamed labels | Rangi | |
2020-10-04 | Identify movement labels in map scripts | Rangi | |
2020-09-27 | Use EGG_LEVEL for Togepi egg | Rangi | |
2020-07-24 | Use def_* macros for automatic map event counts | Rangi | |
Resolves #742 | |||
2020-07-17 | SPRITE_GYM_GUY -> SPRITE_GYM_GUIDE | Rangi | |
2020-07-17 | return → endcallback, reloadandreturn → reloadend | Rangi | |
2020-07-10 | Use const_skip and const_next macros for brevity | Rangi | |
2020-06-22 | Use pokepret account for committing to symbols branch | Rangi | |
2020-06-22 | Identify some more labels | Rangi | |
2020-06-21 | Replace "Unreferenced" labels with "; unreferenced" comments | Rangi | |
2020-06-20 | Identify some more Unknown labels | Rangi | |
2020-06-16 | ReplaceKrisSprite -> UpdatePlayerSprite | Rangi | |
2020-06-16 | [in progress] Harmonize more constant and data files with pokegold | Rangi | |
2020-06-16 | Harmonize some more symbols with pokegold | Rangi | |
2020-06-14 | make DEBUG=1 logs all symbols in the .map and .sym files | Rangi | |
2020-06-13 | Label some mobile addresses, and revise some comments | Rangi | |
2020-06-10 | Resolve #723: treat std scripts like specials and predefs | Rangi | |
2020-05-05 | Miscellaneous fixes | Rangi | |
Addresses the haircut brothers' probability comments in #709 | |||
2020-04-16 | Fix #709 miscellaneous issues | Rangi | |
2020-03-21 | Add suffixes to some constants to avoid ambiguity | Rangi | |
- `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-16 | Correct fash ship typos | mid-kid | |
2019-11-18 | Make all decorations use consistent names | mid-kid | |
If we're not going to prefix the decos, don't prefix any of them. | |||
2019-11-04 | Merge pull request #654 from Rangi42/master | Rangi | |
Miscellaneous cleanup issues | |||
2019-11-03 | Miscellaneous label and comment corrections | Rangi | |
2019-11-03 | Rename buttonsound to promptbutton | Rangi | |
2019-10-20 | VioletPokecenter1F.asm: Rename an NPC constant | DeeDeeG | |
"VIOLETPOKECENTER1F_SCIENTIST" --> "VIOLETPOKECENTER1F_ELMS_AIDE" | |||
2019-10-20 | MountMortarB1F.asm: Rename an NPC constant | DeeDeeG | |
"MOUNTMORTARB1F_BLACK_BELT" --> "MOUNTMORTARB1F_KIYO" | |||
2019-10-20 | MahoganyMart1F.asm: Rename an NPC constant | DeeDeeG | |
"MAHOGANYMART1F_DRAGON" --> "MAHOGANYMART1F_DRAGONITE" | |||
2019-10-20 | MahoganyMart1F.asm: Typo: "Mahogay" --> "Mahogany" | DeeDeeG | |
2019-10-20 | MahoganyMart1F.asm: Rename MovementData | DeeDeeG | |
2019-10-20 | LakeOfRage.asm: Rename MovementData | DeeDeeG | |
2019-10-20 | #641 fixes and additions. (#646) | mid-kid | |
Name a lot of text labels according to our conventions | |||
2019-05-18 | Correct the older+younger haircut brothers' labels and constants | Rangi | |
2019-04-28 | PokemonFanClub.asm: Update NPC names | DeeDeeG | |
Includes the following NPC constant renames: POKEMONFANCLUB_PRESIDENT --> POKEMONFANCLUB_CHAIRMAN POKEMONFANCLUB_FISHER --> POKEMONFANCLUB_CLEFAIRY_GUY Also update the Clefairy doll and Bayleef text labels. | |||
2019-04-28 | maps/PokemonFanClub.asm: Re-label UnknownText | DeeDeeG | |
2019-04-28 | SaffronMagnetTrainStation.asm: Re-label UnknownText, MovementData | DeeDeeG | |
2019-04-28 | GoldenrodPokecenter1F.asm: Re-label UnknownText, MovementData | DeeDeeG | |
Mostly gave non-placeholder labels for the unused GS Ball event. Also did so for PokeFanF. Left alone all the unused text about trading and news. | |||
2019-04-27 | GoldenrodMagnetTrainStation.asm: Label UnknownText, MovementData | DeeDeeG | |
2019-04-27 | GoldenrodCity.asm: label UnknownText, MovementData | DeeDeeG | |
2019-04-27 | GoldenrodDeptStore5F.asm: Re-label UnknownText | DeeDeeG | |
2019-04-27 | Route35GoldenrodGate.asm: Rename an NPC | DeeDeeG | |
ROUTE35GOLDENRODGATE_OFFICER --> ROUTE35GOLDENRODGATE_RANDY | |||
2019-04-27 | Route35GoldenrodGate.asm: Re-label UnknownText | DeeDeeG | |
2019-04-27 | GoldenrodFlowerShop.asm: Re-label UnknownText | DeeDeeG | |
2019-04-27 | GoldenrodUnderground.asm: Rename some NPCs | DeeDeeG | |
GOLDENRODUNDERGROUND_SUPER_NERD5 --> GOLDENRODUNDERGROUND_OLDER_HAIRCUT_BROTHER GOLDENRODUNDERGROUND_SUPER_NERD6 --> GOLDENRODUNDERGROUND_YOUNGER_HAIRCUT_BROTHER | |||
2019-04-27 | GoldenrodUnderground.asm: Re-label UnknownText | DeeDeeG | |
2019-04-27 | PowerPlant.asm: Rename some NPCs | DeeDeeG | |
GymGuy3 --> Officer2 POWERPLANT_FISHER --> POWERPLANT_MANAGER | |||
2019-04-27 | PowerPlant.asm: Re-label UnknownText, MovementData | DeeDeeG | |
2019-04-21 | "object_const_def" instead of "const_def 2" | Rangi | |
2019-04-20 | Try to identify more of maps/unused/Beta*.blk | Rangi | |
2019-04-14 | Merge pull request #625 from pret/aus | Rangi | |
Build Australian Crystal. |