Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-20 | MahoganyMart1F.asm: Rename MovementData | DeeDeeG | |
2019-10-20 | LakeOfRage.asm: Rename MovementData | DeeDeeG | |
2019-10-21 | More mobile SDK documentation | mid-kid | |
Labelled WRAM addresses, added constants for mobile commands, fixed some mobile lib function names, documented most of the functions for specific commands. | |||
2019-10-21 | Label some more WRAM/SRAM things | mid-kid | |
This should be all of the memory locations that are actually used, and some more. Removal of all addresses when? | |||
2019-10-21 | Fix some mobile script and map sign things | mid-kid | |
2019-10-21 | Document the location of the mobile adapter colors | mid-kid | |
2019-10-21 | Add s5_a800 labels | mid-kid | |
2019-10-21 | Document mobile SDK error packets | mid-kid | |
2019-10-21 | Add more error message translations | mid-kid | |
Thanks to melonjaywalk#5480 | |||
2019-10-21 | Document some mobile-related things, discovered thanks to Dan Docs and the ↵ | mid-kid | |
efforts of the Gameboy Online Restoration Project | |||
2019-10-21 | Misc fixes | mid-kid | |
2019-10-20 | Document Special Defense badge boost glitch (#651) | bbbbbbbbba | |
Document Special Defense badge boost glitch | |||
2019-10-20 | #641 fixes and additions. (#646) | mid-kid | |
Name a lot of text labels according to our conventions | |||
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-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 |