Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-16 | PanicResetClock -> ClearClock | mid-kid | |
Funky name that only exists based on what it's used for, not so much what it is. | |||
2020-02-13 | Standardize on lowercase Tilemap and Attrmap | mid-kid | |
We used to have a mixture of TileMap and and Tilemap, as well as the similar AttrMap. Standardize on one. | |||
2020-02-13 | Call_LoadTempTileMapToTileMap → SafeLoadTempTileMapToTileMap | mid-kid | |
Stupid name is stupid smh tbh fam. | |||
2020-02-13 | Make tools/sort_symfile.sh case insensitive | mid-kid | |
Development versions of rgblink now output lowercase | |||
2020-02-13 | Remove FarCall prefix from SwapTextboxPalettes and ScrollBGMapPalettes | mid-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-13 | OWFlash -> FlashFunction | mid-kid | |
Match the other overworld move functions | |||
2020-02-13 | Split up engine/events/misc_scripts_2.asm | mid-kid | |
New files are: - engine/events/hidden_item.asm - engine/events/repel.asm | |||
2020-02-13 | InitSpriteAnimStruct <-> _InitSpriteAnimStruct | mid-kid | |
These were the wrong way around, as the function in home should not be prefixed | |||
2020-02-13 | Merge pull request #682 from Rangi42/master | Rangi | |
Miscellaneous fixes | |||
2020-02-06 | PnP_HiddenPlaces -> PnP_Places | Rangi | |
The "Places & People" radio station does not avoid these maps; it only describes these maps. | |||
2020-02-05 | Merge pull request #650 from pret/audio-macros | Rangi | |
Update audio macros and arguments | |||
2020-02-04 | Update docs/music_commands.md | dannye | |
to clarify a few caveats about some macro parameters | |||
2020-02-04 | Fix tools/unnamed.py for new rgbds object format | mid-kid | |
2020-02-04 | Merge pull request #680 from Rangi42/master | Rangi | |
Miscellaneous fixes for #676 | |||
2020-02-04 | Use CMDQUEUE constants | Rangi | |
2020-02-04 | Identify four padding bytes in base data as beta front/back pic pointers | Rangi | |
2020-02-04 | Merge branch 'master' into audio-macros | mid-kid | |
2020-01-31 | Clean up comments in home/time.asm | Rangi | |
2020-01-27 | Optimize the Perish Song+Spikes glitch fix | Colton G. Rushton | |
2020-01-23 | Add Dude full box glitch fix | Colton G. Rushton | |
Added a minor fix for the Dude full box glitch that was proposed by ISSOtm. | |||
2020-01-19 | PHONE_DISPLAY_HEIGHT is 4, the number of visible phone entries | Rangi | |
2020-01-06 | Merge branch 'master' into audio-macros | dannye | |
2020-01-05 | Update docs/music_commands.md | dannye | |
and remove the pokered compatibility macros | |||
2020-01-05 | Merge pull request #671 from Rangi42/master | Rangi | |
Identify "branch" labels in battle animations | |||
2020-01-05 | Identify "branch" labels in battle animations | Rangi | |
2020-01-05 | Merge pull request #670 from Rangi42/master | mid-kid | |
Identify "branch" labels in music files | |||
2020-01-05 | Replace "branch" labels in music files with local names | Rangi | |
2020-01-04 | Merge pull request #660 from mid-kid/master | Rangi | |
Make the map setup commands match the actual function names better | |||
2020-01-04 | Revise bugs_and_glitches.md | Rangi | |
2020-01-04 | Add 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-11 | New Discord invite link | mid-kid | |
Something something community. | |||
2019-12-03 | Update some labels | Rangi | |
2019-11-24 | Merge pull request #662 from Rangi42/master | Rangi | |
Resolve miscellaneous issue #658 | |||
2019-11-23 | Fix miscellaneous points made in #658 | Rangi | |
2019-11-23 | Separate tilesets.o goes with pics.o and sprites.o | Rangi | |
2019-11-23 | Keep mobile SECTION declarations in main.asm, and name them "mobileXX" like ↵ | Rangi | |
"bankXX" | |||
2019-11-19 | Merge pull request #661 from mid-kid/patch-1 | mid-kid | |
Fixed a charmap warning with the new RGBDS | |||
2019-11-19 | Remove old charmap sections | mid-kid | |
2019-11-18 | Fixed a charmap warning with the new RGBDS | Colton G. Rushton | |
2019-11-18 | Make the map setup commands match the actual function names better | mid-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-18 | Fix some mobile-related things | mid-kid | |
2019-11-18 | Fix some constants around wLinkMode | mid-kid | |
2019-11-18 | Document WaitPressAorB_BlinkCursor a bit | mid-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-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 | |