Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-23 | Fix miscellaneous points made in #658 | 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 | Miscellaneous label and comment corrections | Rangi | |
2019-11-03 | Identify some move screen functions | Rangi | |
2019-11-03 | Rename buttonsound to promptbutton | Rangi | |
2019-10-20 | #641 fixes and additions. (#646) | mid-kid | |
Name a lot of text labels according to our conventions | |||
2019-06-09 | Create constants for ScrollingMenu item formats | mid-kid | |
...I should've done this quite a while ago. | |||
2019-06-04 | Misc fixes | mid-kid | |
2019-04-19 | Identify a few more WRAM label uses | Rangi | |
2019-04-19 | Identify some more WRAM labels | Rangi | |
2019-04-13 | Merge pull request #622 from mid-kid/master | Rangi | |
TextBox -> Textbox | |||
2019-04-09 | TextBox -> Textbox | mid-kid | |
Homogenizing names. | |||
2019-03-16 | common_1 text documentation | Fontbane | |
Should be almost everything besides some of the mobile stuff and some debug text. Removed VS stuff oops | |||
2018-12-23 | Define RANDY_OT_ID | Rangi | |
2018-11-18 | Resolve issue #575: Rename text commands | Rangi | |
2018-11-05 | CorrectNickErrors fixes control characters, not text commands | mid-kid | |
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-11-05 | Add colons to some function labels | mid-kid | |
2018-09-22 | Naming screen constants | Rangi | |
2018-09-16 | wMonStatusFlags -> wDebugFlags | mid-kid | |
2018-08-26 | hQuotient is a four-byte buffer (fixes #558) | Rangi | |
2018-08-25 | Remove HRAM label address comments | 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-07 | RestorePPofDepositedPokemon -> RestorePPOfDepositedPokemon | mid-kid | |
2018-08-07 | Split print_move_description and mon_menu | mid-kid | |
2018-07-29 | wSwitchMon | Rangi | |
2018-07-29 | Add meaningful aliases for wd265 | Rangi | |
Introduce MONICON_* constants Introduce BATTLEPLAYERACTION_* constants | |||
2018-07-23 | StringCmp → CompareBytes; CompareLong → CompareBytesLong | Rangi | |
hStringCmpString[1/2] → h[EnemyMon/PartyMon1]Speed | |||
2018-07-23 | Consistent routine naming convention: 'Foo' wraps '_Foo' | Rangi | |
2018-07-11 | Replace more hex values with constants or decimal | Rangi | |
2018-06-30 | " " → "┘" + 1 | Rangi | |
2018-06-25 | "┘" + 1 == " " | Rangi | |
Using X+1 makes sense when X is the last control character in a contiguous group, but "┘" is not, so we can use the first non-control character | |||
2018-06-25 | No space between labels and bodies | Rangi | |
2018-06-25 | Single newline at the end of files | Rangi | |
2018-06-24 | Fix triple newlines left over from removing address comments | Rangi | |
2018-06-24 | Remove more address comments | Rangi | |
2018-06-25 | Remove even more address comments | mid-kid | |
That should be all of them this time | |||
2018-06-24 | Remove all address comments | mid-kid | |
2018-06-12 | Note which labels are only needed for locating banks (relevant to issue #485) | Rangi | |
2018-05-23 | Start improving sprite movement engine (to do: identify bit flags) | Rangi | |
Introduce maskbits N[, S]: optionally shift the bitmask | |||
2018-05-20 | adc a, 0 → adc 0; fix comments | Rangi | |
2018-05-06 | Merge branch 'master' of https://github.com/pret/pokecrystal | Rangi | |
2018-05-06 | 'rept' is not indented | Rangi | |
2018-05-06 | Fix rest of the givepokeitem/checkpokeitem references | mid-kid | |
2018-05-05 | fix-various-little-things | mid-kid | |
A compilation of suggestions from the discord that don't deserve separate commits and are not questionable at all™. | |||
2018-04-09 | Merge pull request #503 from Rangi42/master | yenatch | |
Factor wMisc into meaningful parts; move most code out of home.asm | |||
2018-04-05 | Use constants for bit/set/res more | Rangi | |
2018-04-05 | GENDERLESS -> GENDER_UNKNOWN | mid-kid | |
This is how they're called in official sources, and it fits better with the other `GENDER_` constants. | |||
2018-04-05 | check_nick_errors → correct_nick_errors; matches correct_party_errors | Rangi | |