summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-09-23Clarify naming of SFX_GET_EGG_* pointersRyan Tandy
In game, one receives eggs from the Aide and the Day-care Man, not the Day-care Lady. SFX `0x96` is used for both. Rename it to reflect it is not unique to the Day-care. SFX `0x95` is an alias of the same sound and appears to be unused. Rename the pointer to clarify that.
2019-09-08stereo_panning: force any non-zero arg to 1dannye
2019-09-08Remove excessive newline from ends of sound filesdannye
2019-09-04Add legacy audio macrosdannye
2019-09-03Use TRUE/FALSE constants for stereo_panningdannye
and use dn instead of db for volume envelope and pitch sweep
2019-09-03Rename dnote to drum_note and dspeed to drum_speeddannye
2019-09-02Update audio macros and argumentsdannye
and update related labels/constants/comments this fixes a lot of mistakes and maximizes compatibility with red
2019-08-27Fix swapped comments in data/trainers/dvs.asmRyan Tandy
Bugsy has trainer class id 3 and his DVs are 9/8/8/8. Whitney has trainer class id 2 and her DVs are 8/8/8/8.
2019-08-16GlassTing (Elm's PC when email arrives) isn't in G/S either.IIMarckus
2019-08-11Store a mobile tilemap+tilemap in its own filesRangi
2019-08-11Store Magnet Train tilemaps in their own filesRangi
2019-06-30Define constants for both battle transition tilesRangi
2019-06-17Merge pull request #638 from mid-kid/masterRangi
beep boop
2019-06-17`end` -> `return` in clair bugfixmid-kid
2019-06-10Apply suggested changesmid-kid
2019-06-09Document high nybble of PrintNum `c` registermid-kid
2019-06-09Create constants for ScrollingMenu item formatsmid-kid
...I should've done this quite a while ago.
2019-06-09Properly disassemble MenuData_0x4851bmid-kid
2019-06-09Document in-battle move selection menu scrolling glitchmid-kid
What a mouthful...
2019-06-09Fix overworld scrolling function namesmid-kid
2019-06-09Redump slots_1.png with 16 as width.mid-kid
2019-06-04Misc fixesmid-kid
2019-06-04Fix menu_coords for pokecenter pcmid-kid
2019-05-26Dark theme colors for @media (prefers-color-scheme: dark)Rangi
2019-05-25Merge pull request #636 from mid-kid/patchRangi
Small cleanups
2019-05-25Define appropriate constants as EQUmid-kid
These constants are defined only once and shouldn't be redefined anyway.
2019-05-25Get rid of _CRYSTALmid-kid
Having this here is completely redundant and useless, and doesn't even work since it should use `if DEF(_CRYSTAL)` instead.
2019-05-25Fix usage of rIE and rSC constantsmid-kid
2019-05-25Magnet train fixesmid-kid
Should make the code slightly easier to read, at least
2019-05-18Correct the older+younger haircut brothers' labels and constantsRangi
2019-05-18Merge pull request #628 from DeeDeeG/renaming-placeholder-labelsRangi
Renaming placeholder labels in maps folder
2019-05-11Some more GB Printer documentationRangi
2019-05-05Merge branch 'master' of https://github.com/pret/pokecrystalRangi
2019-05-05Merge pull request #632 from mid-kid/patch-2Rangi
Cygwin now requires a double-click
2019-04-29Cygwin now requires a double-clickmid-kid
2019-04-28PokemonFanClub.asm: Update NPC namesDeeDeeG
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-28maps/PokemonFanClub.asm: Re-label UnknownTextDeeDeeG
2019-04-28SaffronMagnetTrainStation.asm: Re-label UnknownText, MovementDataDeeDeeG
2019-04-28GoldenrodPokecenter1F.asm: Re-label UnknownText, MovementDataDeeDeeG
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-27GoldenrodMagnetTrainStation.asm: Label UnknownText, MovementDataDeeDeeG
2019-04-27GoldenrodCity.asm: label UnknownText, MovementDataDeeDeeG
2019-04-27GoldenrodDeptStore5F.asm: Re-label UnknownTextDeeDeeG
2019-04-27Route35GoldenrodGate.asm: Rename an NPCDeeDeeG
ROUTE35GOLDENRODGATE_OFFICER --> ROUTE35GOLDENRODGATE_RANDY
2019-04-27Route35GoldenrodGate.asm: Re-label UnknownTextDeeDeeG
2019-04-27GoldenrodFlowerShop.asm: Re-label UnknownTextDeeDeeG
2019-04-27GoldenrodUnderground.asm: Rename some NPCsDeeDeeG
GOLDENRODUNDERGROUND_SUPER_NERD5 --> GOLDENRODUNDERGROUND_OLDER_HAIRCUT_BROTHER GOLDENRODUNDERGROUND_SUPER_NERD6 --> GOLDENRODUNDERGROUND_YOUNGER_HAIRCUT_BROTHER
2019-04-27GoldenrodUnderground.asm: Re-label UnknownTextDeeDeeG
2019-04-27PowerPlant.asm: Rename some NPCsDeeDeeG
GymGuy3 --> Officer2 POWERPLANT_FISHER --> POWERPLANT_MANAGER
2019-04-27PowerPlant.asm: Re-label UnknownText, MovementDataDeeDeeG
2019-04-23More fixes for fixesRangi