Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-07 | Ignore .DS_STORE | mid-kid | |
Fixes #657 | |||
2019-11-06 | Update bug fix for AI CheckTypeMatchup assumption (#656) | Eldred Habert | |
The bug fix caused all player moves to have Normal-type effectiveness | |||
2019-11-04 | Merge pull request #654 from Rangi42/master | Rangi | |
Miscellaneous cleanup issues | |||
2019-11-04 | Merge pull request #648 from DeeDeeG/identifying-stuff-in-maps | Rangi | |
Identifying stuff in maps | |||
2019-11-04 | Don't use colons for local labels in LoadSpecialMapPalette | Rangi | |
2019-11-03 | Fix #645: Use English labels for European mail handling functions | Rangi | |
2019-11-03 | Bit 6 of PrintNum left-aligns numbers | Rangi | |
2019-11-03 | Suggested formatting changes | Rangi | |
2019-11-03 | 128px is the standard tileset width | Rangi | |
2019-11-03 | Correct question_mark.2bpp hash and rgbgfx flags | Rangi | |
2019-11-03 | Miscellaneous label and comment corrections | Rangi | |
2019-11-03 | Split menu code out of home/movement.asm | Rangi | |
2019-11-03 | Decimal values for Pokémon cry parameters | Rangi | |
2019-11-03 | Identify PLAYERMOVEMENT_* constants | Rangi | |
2019-11-03 | The $C9 byte in page2.tilemap is a ret opcode | Rangi | |
2019-11-03 | Use constants for quantities when copying SGB border tiles and palettes | Rangi | |
2019-11-03 | Fix the fix for the Pokédex footprint design flaw | Rangi | |
2019-11-03 | GFX_17eb7e -> PokemonNewsTileAttrmap | Rangi | |
2019-11-03 | Identify some move screen functions | Rangi | |
2019-11-03 | sgb_border_nonmatching.bin has the 20x18 screen bytes within the 32x28 tilemap | Rangi | |
2019-11-03 | Identify intro tilemaps and attrmaps | Rangi | |
2019-11-03 | Rename buttonsound to promptbutton | Rangi | |
2019-11-03 | Rename OBJECT_LENGTH to MAPOBJECT_LENGTH and OBJECT_STRUCT_LENGTH to ↵ | Rangi | |
OBJECT_LENGTH | |||
2019-11-03 | Rename TILESET_BATTLE_TOWER to TILESET_BATTLE_TOWER_INSIDE | 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-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-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. |