Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-21 | Fix some comments and inmediates | mid-kid | |
2020-02-21 | RTC -> UpdateTimeAndPals | mid-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-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 | Define TileCollisionTable as a standard 'db' series | Rangi | |
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 | 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-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 | Use CMDQUEUE constants | Rangi | |
2020-02-04 | Merge branch 'master' into audio-macros | mid-kid | |
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-04 | Merge pull request #660 from mid-kid/master | Rangi | |
Make the map setup commands match the actual function names better | |||
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-03 | Update some labels | Rangi | |
2019-11-23 | Fix miscellaneous points made in #658 | Rangi | |
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 constants around wLinkMode | mid-kid | |
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 | |
2019-11-03 | Bit 6 of PrintNum left-aligns numbers | Rangi | |
2019-11-03 | Suggested formatting changes | Rangi | |
2019-11-03 | Miscellaneous label and comment corrections | Rangi | |
2019-11-03 | Identify PLAYERMOVEMENT_* constants | Rangi | |
2019-11-03 | The $C9 byte in page2.tilemap is a ret opcode | Rangi | |
2019-11-03 | Use constants for quantities when copying SGB border tiles and palettes | Rangi | |
2019-11-03 | Identify some move screen functions | Rangi | |
2019-11-03 | Identify intro tilemaps and attrmaps | Rangi | |
2019-11-03 | Rename buttonsound to promptbutton | Rangi | |
2019-11-03 | Rename OBJECT_LENGTH to MAPOBJECT_LENGTH and OBJECT_STRUCT_LENGTH to ↵ | Rangi | |
OBJECT_LENGTH | |||
2019-11-03 | Rename TILESET_BATTLE_TOWER to TILESET_BATTLE_TOWER_INSIDE | Rangi | |
2019-10-21 | More mobile SDK documentation | mid-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-21 | Label some more WRAM/SRAM things | mid-kid | |
This should be all of the memory locations that are actually used, and some more. Removal of all addresses when? | |||
2019-10-21 | Fix some mobile script and map sign things | mid-kid | |
2019-10-21 | Misc fixes | mid-kid | |
2019-10-20 | Document 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-23 | Clarify naming of SFX_GET_EGG_* pointers | Ryan 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-02 | Update audio macros and arguments | dannye | |
and update related labels/constants/comments this fixes a lot of mistakes and maximizes compatibility with red | |||
2019-08-11 | Store Magnet Train tilemaps in their own files | Rangi | |
2019-06-30 | Define constants for both battle transition tiles | Rangi | |
2019-06-10 | Apply suggested changes | mid-kid | |
2019-06-09 | Document high nybble of PrintNum `c` register | mid-kid | |
2019-06-09 | Create constants for ScrollingMenu item formats | mid-kid | |
...I should've done this quite a while ago. | |||
2019-06-09 | Fix overworld scrolling function names | mid-kid | |
2019-06-04 | Misc fixes | mid-kid | |