summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-02-16PanicResetClock -> ClearClockmid-kid
Funky name that only exists based on what it's used for, not so much what it is.
2020-02-13Standardize on lowercase Tilemap and Attrmapmid-kid
We used to have a mixture of TileMap and and Tilemap, as well as the similar AttrMap. Standardize on one.
2020-02-13Call_LoadTempTileMapToTileMap → SafeLoadTempTileMapToTileMapmid-kid
Stupid name is stupid smh tbh fam.
2020-02-13Make tools/sort_symfile.sh case insensitivemid-kid
Development versions of rgblink now output lowercase
2020-02-13Remove FarCall prefix from SwapTextboxPalettes and ScrollBGMapPalettesmid-kid
No prefix for the farcall, prefix with an underscore for the farcalled. This matches what is done for pretty much every other home function.
2020-02-13OWFlash -> FlashFunctionmid-kid
Match the other overworld move functions
2020-02-13Split up engine/events/misc_scripts_2.asmmid-kid
New files are: - engine/events/hidden_item.asm - engine/events/repel.asm
2020-02-13InitSpriteAnimStruct <-> _InitSpriteAnimStructmid-kid
These were the wrong way around, as the function in home should not be prefixed
2020-02-13Merge pull request #682 from Rangi42/masterRangi
Miscellaneous fixes
2020-02-06PnP_HiddenPlaces -> PnP_PlacesRangi
The "Places & People" radio station does not avoid these maps; it only describes these maps.
2020-02-05Merge pull request #650 from pret/audio-macrosRangi
Update audio macros and arguments
2020-02-04Update docs/music_commands.mddannye
to clarify a few caveats about some macro parameters
2020-02-04Fix tools/unnamed.py for new rgbds object formatmid-kid
2020-02-04Merge pull request #680 from Rangi42/masterRangi
Miscellaneous fixes for #676
2020-02-04Use CMDQUEUE constantsRangi
2020-02-04Identify four padding bytes in base data as beta front/back pic pointersRangi
2020-02-04Merge branch 'master' into audio-macrosmid-kid
2020-01-31Clean up comments in home/time.asmRangi
2020-01-27Optimize the Perish Song+Spikes glitch fixColton G. Rushton
2020-01-23Add Dude full box glitch fixColton G. Rushton
Added a minor fix for the Dude full box glitch that was proposed by ISSOtm.
2020-01-19PHONE_DISPLAY_HEIGHT is 4, the number of visible phone entriesRangi
2020-01-06Merge branch 'master' into audio-macrosdannye
2020-01-05Update docs/music_commands.mddannye
and remove the pokered compatibility macros
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