summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-01-19PHONE_DISPLAY_HEIGHT is 4, the number of visible phone entriesRangi
2020-01-05Merge pull request #671 from Rangi42/masterRangi
Identify "branch" labels in battle animations
2020-01-05Identify "branch" labels in battle animationsRangi
2020-01-05Merge pull request #670 from Rangi42/mastermid-kid
Identify "branch" labels in music files
2020-01-05Replace "branch" labels in music files with local namesRangi
2020-01-04Merge pull request #660 from mid-kid/masterRangi
Make the map setup commands match the actual function names better
2020-01-04Revise bugs_and_glitches.mdRangi
2020-01-04Add and simplify bugfixes in bugs_and_glitches.md (#664)Colton G. Rushton
Add extra fixes for bugs covered on Bulbapedia (and simplify others)
2019-12-11New Discord invite linkmid-kid
Something something community.
2019-12-03Update some labelsRangi
2019-11-24Merge pull request #662 from Rangi42/masterRangi
Resolve miscellaneous issue #658
2019-11-23Fix miscellaneous points made in #658Rangi
2019-11-23Separate tilesets.o goes with pics.o and sprites.oRangi
2019-11-23Keep mobile SECTION declarations in main.asm, and name them "mobileXX" like ↵Rangi
"bankXX"
2019-11-19Merge pull request #661 from mid-kid/patch-1mid-kid
Fixed a charmap warning with the new RGBDS
2019-11-19Remove old charmap sectionsmid-kid
2019-11-18Fixed a charmap warning with the new RGBDSColton G. Rushton
2019-11-18Make the map setup commands match the actual function names bettermid-kid
These functions used as map setup commands are used in other places, too, so I can't prefix them under the same. The names should match except I won't repeat "map" in a map setup command name.
2019-11-18Fix some mobile-related thingsmid-kid
2019-11-18Fix some constants around wLinkModemid-kid
2019-11-18Document WaitPressAorB_BlinkCursor a bitmid-kid
This is one weird function I'll never understand the purpose of. It could use a better name, but I have no clue what.
2019-11-18Make all decorations use consistent namesmid-kid
If we're not going to prefix the decos, don't prefix any of them.
2019-11-07Ignore .DS_STOREmid-kid
Fixes #657
2019-11-06Update bug fix for AI CheckTypeMatchup assumption (#656)Eldred Habert
The bug fix caused all player moves to have Normal-type effectiveness
2019-11-04Merge pull request #654 from Rangi42/masterRangi
Miscellaneous cleanup issues
2019-11-04Merge pull request #648 from DeeDeeG/identifying-stuff-in-mapsRangi
Identifying stuff in maps
2019-11-04Don't use colons for local labels in LoadSpecialMapPaletteRangi
2019-11-03Fix #645: Use English labels for European mail handling functionsRangi
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