summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-11-03Bit 6 of PrintNum left-aligns numbersRangi
2019-11-03Suggested formatting changesRangi
2019-11-03128px is the standard tileset widthRangi
2019-11-03Correct question_mark.2bpp hash and rgbgfx flagsRangi
2019-11-03Miscellaneous label and comment correctionsRangi
2019-11-03Split menu code out of home/movement.asmRangi
2019-11-03Decimal values for Pokémon cry parametersRangi
2019-11-03Identify PLAYERMOVEMENT_* constantsRangi
2019-11-03The $C9 byte in page2.tilemap is a ret opcodeRangi
2019-11-03Use constants for quantities when copying SGB border tiles and palettesRangi
2019-11-03Fix the fix for the Pokédex footprint design flawRangi
2019-11-03GFX_17eb7e -> PokemonNewsTileAttrmapRangi
2019-11-03Identify some move screen functionsRangi
2019-11-03sgb_border_nonmatching.bin has the 20x18 screen bytes within the 32x28 tilemapRangi
2019-11-03Identify intro tilemaps and attrmapsRangi
2019-11-03Rename buttonsound to promptbuttonRangi
2019-11-03Rename OBJECT_LENGTH to MAPOBJECT_LENGTH and OBJECT_STRUCT_LENGTH to ↵Rangi
OBJECT_LENGTH
2019-11-03Rename TILESET_BATTLE_TOWER to TILESET_BATTLE_TOWER_INSIDERangi
2019-10-20VioletPokecenter1F.asm: Rename an NPC constantDeeDeeG
"VIOLETPOKECENTER1F_SCIENTIST" --> "VIOLETPOKECENTER1F_ELMS_AIDE"
2019-10-20MountMortarB1F.asm: Rename an NPC constantDeeDeeG
"MOUNTMORTARB1F_BLACK_BELT" --> "MOUNTMORTARB1F_KIYO"
2019-10-20MahoganyMart1F.asm: Rename an NPC constantDeeDeeG
"MAHOGANYMART1F_DRAGON" --> "MAHOGANYMART1F_DRAGONITE"
2019-10-20MahoganyMart1F.asm: Typo: "Mahogay" --> "Mahogany"DeeDeeG
2019-10-20MahoganyMart1F.asm: Rename MovementDataDeeDeeG
2019-10-20LakeOfRage.asm: Rename MovementDataDeeDeeG
2019-10-21More mobile SDK documentationmid-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-21Label some more WRAM/SRAM thingsmid-kid
This should be all of the memory locations that are actually used, and some more. Removal of all addresses when?
2019-10-21Fix some mobile script and map sign thingsmid-kid
2019-10-21Document the location of the mobile adapter colorsmid-kid
2019-10-21Add s5_a800 labelsmid-kid
2019-10-21Document mobile SDK error packetsmid-kid
2019-10-21Add more error message translationsmid-kid
Thanks to melonjaywalk#5480
2019-10-21Document some mobile-related things, discovered thanks to Dan Docs and the ↵mid-kid
efforts of the Gameboy Online Restoration Project
2019-10-21Misc fixesmid-kid
2019-10-20Document 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-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