Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-13 | Merge pull request #623 from mid-kid/patch-1 | Rangi | |
Create some battle tower SRAM labels | |||
2019-04-13 | Merge pull request #622 from mid-kid/master | Rangi | |
TextBox -> Textbox | |||
2019-04-13 | Merge pull request #614 from Fontbane/text | Rangi | |
common_1 text documentation | |||
2019-04-12 | Create some battle tower SRAM labels | mid-kid | |
2019-04-09 | TextBox -> Textbox | mid-kid | |
Homogenizing names. | |||
2019-04-08 | Identify and eliminate wEngineBuffer1-5 | Rangi | |
2019-03-18 | Fix wram labeling for wPCItems | Fredrik Ljungdahl | |
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 | |||
2019-03-10 | Rename some call/jump script commands to avoid confusion with jr/jp asm ↵ | Rangi | |
instructions Fixes #580 | |||
2019-03-10 | Rename more script commands for consistency and predictability | Rangi | |
Fixes #540 | |||
2019-03-03 | Define constants for map event sizes | Rangi | |
2019-02-16 | Bug fix: allow Surfing across map connections | Rangi | |
2019-02-16 | Update to rgbds 0.3.8 | Rangi | |
2019-01-18 | Fix map name frame calculation | mid-kid | |
2019-01-15 | Document wSuicuneFrame | mid-kid | |
Also fixed inmediate in PlaceMapNameFrame.FillTopBottom to calculate the amount of loops required. (It fills two tiles in the first iteration, and four in the remaining, hence the `-2` and `+1` part). | |||
2019-01-15 | Fix some constants | mid-kid | |
Glass ting SFX were added in crystal. PicAnimations and UnownAnimations are expected to be in the same bank as their pointers, because the pointers are not BANK()-referenced separately. | |||
2019-01-12 | Say "BANK(Foo) ; aka BANK(Bar)" to clarify that Foo and Bar share a bank | Rangi | |
2019-01-03 | MON_NAME_LENGTH -> NAME_LENGTH | Rangi | |
2019-01-02 | Clean up some Odd Egg and Battle Tower code and data | Rangi | |
Fixes #589 | |||
2018-12-26 | Fix comments around BANK() statements | mid-kid | |
Found a couple BANK()s that reference multiple labels. | |||
2018-12-23 | Define RANDY_OT_ID | Rangi | |
2018-12-23 | Fix issue #581 (random stuff ax6 noticed) | Rangi | |
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-09-22 | Naming screen constants | Rangi | |
2018-09-09 | wPreviousLandmark → wPrevLandmark | Rangi | |
2018-09-09 | Curr -> Cur | Rangi | |
2018-08-26 | hQuotient is a four-byte buffer (fixes #558) | Rangi | |
2018-08-25 | Reorganize math-related HRAM union (ffb3) | 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-07 | wWeeklyFlags -> wDailyFlags2 | mid-kid | |
These are by far not always checked each week, and as such shouldn't be called that. Since they're almost always used through the `bit` instruction, it's very inconvenient to just make wDailyFlags a `dw` instead. | |||
2018-07-29 | No wCurMove alias for wCurSpecies | Rangi | |
2018-07-29 | wLuckyNumberDigitsBuffer | Rangi | |
2018-07-29 | Add meaningful aliases for wd265 | Rangi | |
Introduce MONICON_* constants Introduce BATTLEPLAYERACTION_* constants | |||
2018-07-27 | Merge branch 'master' of https://github.com/pret/pokecrystal | mid-kid | |
2018-07-26 | Remove a documented bug that's not really a bug | mid-kid | |
I mean, technically, being able to read beyond a data table's size is bad practice, but there's so many cases of this that it's not worth mentioning. For most of these cases, at least, it's safe to assume the index won't ever get high enough to surpass such a table's length, because it's either hardcoded or decided by the game without the use of uncontrollable data. As such, they don't expose any actual bugs. | |||
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-22 | ANIM_MON_UNUSED → ANIM_MON_HOF | Rangi | |
2018-07-18 | Remove some more address comments | mid-kid | |
2018-07-16 | Fewer uses of 'Thing2 - Thing1' for sizeof(Thing) | Rangi | |
2018-07-15 | More OAM coordinate consistency | Rangi | |
2018-06-25 | Use specific constants for overwritten text tiles | Rangi | |
2018-06-25 | No space between labels and bodies | Rangi | |
2018-06-25 | Single newline at the end of files | Rangi | |
2018-06-25 | Remove more triple newlines | Rangi | |
2018-06-24 | Fix triple newlines left over from removing address comments | Rangi | |
2018-06-24 | Merge branch 'master' of https://github.com/pret/pokecrystal | Rangi | |
# Conflicts: # engine/items/mart.asm | |||
2018-06-25 | Remove even more address comments | mid-kid | |
That should be all of them this time |