summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-02-23Fix build with rgbds 0.3.9 releaseRangi
2020-02-23Merge pull request #687 from mid-kid/masterRangi
Small home/ reorganization
2020-02-23Fix the sections in home/header.asmmid-kid
They're fixed anyway, and this allows us to make some expressions constant.
2020-02-23JoypadInt -> Joypadmid-kid
This matches all other interrupts. The old Joypad was renamed to UpdateJoypad.
2020-02-23Create home/header.asmmid-kid
Contains what was previously in: - home/rst.asm - home/interrupts.asm - home.asm All of this should be in a static location in the ROM so it kinda makes sense together.
2020-02-22Implement suggestions in PR #687mid-kid
Merge mon_stats.asm, cry.asm, print_level.asm, and mon_data.asm into pokemon.asm Merge mon_party.asm into battle.asm Merge menu.asm, menu_window.asm, and menu2.asm into menu.asm
2020-02-22Small home/ reorganizationmid-kid
Time to move everything out of home.asm: - InexplicablyEmptyFunction was moved to home/map.asm - The wDebugFlags functions and xor_a brothers were moved to home/flag.asm because they're all flag-related. - ret_2f3e was moved into home/region.asm - The register alias sisters were moved to a new file called home/call_regs.asm - IsInArray and SkipNames were joined by AddNTimes from home/math.asm into home/array.asm, as they're all used to index arrays. - CallPointerAt was moved into home/print_text.asm because given the contents of that file it doesn't feel very out of place (that file isn't very aptly named...) - CountSetBits was moved into home/pokedex_flags.asm because it's unique use is counting the amount of seen/caught mon in the podedex. GetWeekday was pulled into this by proximity. Other changes were also made: - PushLYOverrides was moved from home/sprite_anims.asm to home/battle.asm, because it's almost exclusively used for battle animations, with the lone exception being the Magnet Train. - home/copy.asm was renamed to home/gfx.asm, as it's all gfx-related - home/copy2.asm was renamed to home/copy.asm, now it's the only file called copy. - SetHPPal and GetHPPal were moved from home/hp_pals.asm to home/tilemap.asm, as they're attrmap related, like many functions in that file are. - home/rtc.asm was renamed to home/time_palettes.asm, as it had very little to do with the RTC at all, all RTC functions being in home/time.asm - home/handshake.asm was renamed to home/printer.asm. - home/mon_data_2.asm was renamed to home/mon_party.asm.
2020-02-21Merge pull request #685 from mid-kid/mastermid-kid
Moshi moshi? minoru enhansumentsu desu
2020-02-21Fix some comments and inmediatesmid-kid
2020-02-21Document GetTMHMName localsmid-kid
This was documented in pokegold apparently
2020-02-21RTC -> UpdateTimeAndPalsmid-kid
Rename clear misnomer. Most of the related functions in that file aren't really aptly named but I don't know good names right now.
2020-02-21Fix tools/unnamed.py for new rgbds object formatmid-kid
2020-02-16Correct fash ship typosmid-kid
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-13Merge pull request #684 from Rangi42/masterRangi
Define TileCollisionTable as a standard 'db' series
2020-02-13Define TileCollisionTable as a standard 'db' seriesRangi
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