Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | OWFlash -> FlashFunction | mid-kid | |
Match the other overworld move functions | |||
2020-01-19 | PHONE_DISPLAY_HEIGHT is 4, the number of visible phone entries | 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-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-06-30 | Define constants for both battle transition tiles | Rangi | |
2019-04-09 | TextBox -> Textbox | mid-kid | |
Homogenizing names. | |||
2019-03-03 | More consistent formatting | Rangi | |
2019-03-03 | Rename PlayerMonFaintHappinessMod | ISSOtm | |
Seriously, mini-rant here: we were three to spend a couple hours trying to find something in this function that was completely unrelated to happiness... and apparently there's been far worse. :') Props to you guys for having been through this =D | |||
2019-02-17 | Update documentation: | Rangi | |
- Apply more edits from #595 - Move music ID behavior from the wiki to docs - Move assembly programming links from docs to the wiki - Describe why the TM item gaps exist | |||
2019-02-16 | Update to rgbds 0.3.8 | Rangi | |
2019-01-12 | Say "BANK(Foo) ; aka BANK(Bar)" to clarify that Foo and Bar share a bank | Rangi | |
2019-01-06 | Consistent formatting in Function_SetEnemyMonAndSendOutAnimation and ↵ | Rangi | |
BattleStartMessage | |||
2019-01-05 | Document a bugfix: 1/256 failure rate for 100% effect chance | Rangi | |
2018-12-31 | Use battle menu flags | Rangi | |
2018-12-26 | Fix comments around BANK() statements | mid-kid | |
Found a couple BANK()s that reference multiple labels. | |||
2018-12-23 | Fix issue #581 (random stuff ax6 noticed) | Rangi | |
2018-12-09 | Merge pull request #578 from mid-kid/master | Rangi | |
Fixes in the animation subsystem. | |||
2018-11-23 | CalcStats -> CalcBattleStats | mid-kid | |
Confusingly ambiguous name | |||
2018-11-21 | Move BattleSideCopy to transform.asm | mid-kid | |
2018-11-18 | Resolve issue #575: Rename text commands | Rangi | |
2018-11-05 | text_jump → text_far | mid-kid | |
The previous name for this was rather misleading. It isn't an actual jump like you'd expect the `jp` instruction to behave as. Instead, it behaves more like a `farcall`. This also makes it consistent with its current command ID name of `TX_FAR`. | |||
2018-10-21 | Identify BATTLEACTION_D and _E (thanks, ax6) | Rangi | |
2018-09-16 | wMonStatusFlags -> wDebugFlags | mid-kid | |
2018-09-09 | Use existing bigdw macro | Rangi | |
2018-09-09 | Use 0/1/2/3 for palettes, and rgbds opt feature for battle transition graphic | Rangi | |
2018-08-26 | ; fallthrough | Rangi | |
2018-08-26 | spaces->tab, and remove redundant comment | Rangi | |
2018-08-26 | hQuotient is a four-byte buffer (fixes #558) | Rangi | |
2018-08-25 | hLabel - $ff00 -> LOW(hLabel) | Rangi | |
2018-08-25 | Use labels instead of constants for HRAM | Rangi | |
Use explicit ldh instruction to access HRAM locations, don't rely on optimizing ld | |||
2018-08-17 | CheckDestinyBond -> CheckFaint | mid-kid | |
Its main function is fainting the opponent and ending the move effect. Updated the comment accordingly. | |||
2018-08-17 | Fix some StatUp-related labels | mid-kid | |
2018-08-16 | GetDamageStatsCritical -> CheckDamageStatsCritical | mid-kid | |
Clarified its usage, as the comments surrounding it were factually wrong. | |||
2018-08-07 | Fix more uses of EFFECTIVE | mid-kid | |
2018-08-07 | Fix constants in BattleCommand_MirrorCoat | mid-kid | |
2018-07-29 | No wCurMove alias for wCurSpecies | Rangi | |
2018-07-29 | Make reviewed fixes; standardize on " + " | Rangi | |
2018-07-29 | Improve wTrainerHUDTiles usage | Rangi | |
2018-07-29 | Add meaningful aliases for wd265 | Rangi | |
Introduce MONICON_* constants Introduce BATTLEPLAYERACTION_* constants | |||
2018-07-27 | Crystal fixed TruncateHL_BC in single player | Rangi | |
2018-07-27 | Merge branch 'master' of https://github.com/pret/pokecrystal | mid-kid | |
2018-07-26 | Consistently use the diff format in bugs_and_glitches | mid-kid | |
2018-07-24 | MON_STAT_EXP - 1 → MON_EXP + 2 | Rangi | |
2018-07-23 | StringCmp → CompareBytes; CompareLong → CompareBytesLong | Rangi | |
hStringCmpString[1/2] → h[EnemyMon/PartyMon1]Speed | |||
2018-07-22 | ANIM_MON_UNUSED → ANIM_MON_HOF | Rangi | |
2018-07-21 | Merge branch 'master' of hyperdriveguy/pokecrystal | IIMarckus | |
2018-07-20 | Add Counter and Mirror Coat bugfix | Hyperdriveguy | |