Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-23 | Clarify naming of SFX_GET_EGG_* pointers | Ryan 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-08 | stereo_panning: force any non-zero arg to 1 | dannye | |
2019-09-08 | Remove excessive newline from ends of sound files | dannye | |
2019-09-04 | Add legacy audio macros | dannye | |
2019-09-03 | Use TRUE/FALSE constants for stereo_panning | dannye | |
and use dn instead of db for volume envelope and pitch sweep | |||
2019-09-03 | Rename dnote to drum_note and dspeed to drum_speed | dannye | |
2019-09-02 | Update audio macros and arguments | dannye | |
and update related labels/constants/comments this fixes a lot of mistakes and maximizes compatibility with red | |||
2019-08-27 | Fix swapped comments in data/trainers/dvs.asm | Ryan 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-16 | GlassTing (Elm's PC when email arrives) isn't in G/S either. | IIMarckus | |
2019-08-11 | Store a mobile tilemap+tilemap in its own files | Rangi | |
2019-08-11 | Store Magnet Train tilemaps in their own files | Rangi | |
2019-06-30 | Define constants for both battle transition tiles | Rangi | |
2019-06-17 | Merge pull request #638 from mid-kid/master | Rangi | |
beep boop | |||
2019-06-17 | `end` -> `return` in clair bugfix | mid-kid | |
2019-06-10 | Apply suggested changes | mid-kid | |
2019-06-09 | Document high nybble of PrintNum `c` register | mid-kid | |
2019-06-09 | Create constants for ScrollingMenu item formats | mid-kid | |
...I should've done this quite a while ago. | |||
2019-06-09 | Properly disassemble MenuData_0x4851b | mid-kid | |
2019-06-09 | Document in-battle move selection menu scrolling glitch | mid-kid | |
What a mouthful... | |||
2019-06-09 | Fix overworld scrolling function names | mid-kid | |
2019-06-09 | Redump slots_1.png with 16 as width. | mid-kid | |
2019-06-04 | Misc fixes | mid-kid | |
2019-06-04 | Fix menu_coords for pokecenter pc | mid-kid | |
2019-05-26 | Dark theme colors for @media (prefers-color-scheme: dark) | Rangi | |
2019-05-25 | Merge pull request #636 from mid-kid/patch | Rangi | |
Small cleanups | |||
2019-05-25 | Define appropriate constants as EQU | mid-kid | |
These constants are defined only once and shouldn't be redefined anyway. | |||
2019-05-25 | Get rid of _CRYSTAL | mid-kid | |
Having this here is completely redundant and useless, and doesn't even work since it should use `if DEF(_CRYSTAL)` instead. | |||
2019-05-25 | Fix usage of rIE and rSC constants | mid-kid | |
2019-05-25 | Magnet train fixes | mid-kid | |
Should make the code slightly easier to read, at least | |||
2019-05-18 | Correct the older+younger haircut brothers' labels and constants | Rangi | |
2019-05-18 | Merge pull request #628 from DeeDeeG/renaming-placeholder-labels | Rangi | |
Renaming placeholder labels in maps folder | |||
2019-05-11 | Some more GB Printer documentation | Rangi | |
2019-05-05 | Merge branch 'master' of https://github.com/pret/pokecrystal | Rangi | |
2019-05-05 | Merge pull request #632 from mid-kid/patch-2 | Rangi | |
Cygwin now requires a double-click | |||
2019-04-29 | Cygwin now requires a double-click | mid-kid | |
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-23 | More fixes for fixes | Rangi | |