Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-31 | gfx/roofs/*.png filenames match ROOF_* constants | Rangi | |
2018-09-01 | normal.gbcpal → front.gbcpal | Rangi | |
Eliminate redundant Makefile rules Keep Makefile's Pokemon-specific hack rules next to the misc file-specific graphics rules | |||
2018-08-31 | Fix #537: Palettes generated from PNGs use .gbcpal directly. | Rangi | |
This avoids overwriting a .pal file from a .png with the same name. It also prevents people from trying to edit generated .pal files. | |||
2018-08-19 | Update file paths in comments | Rangi | |
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-07 | Consistency with order of constant comments | mid-kid | |
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 | Make reviewed fixes; standardize on " + " | Rangi | |
2018-07-29 | wDeciramBuffer → wBreedingCompatibility in UnknownText_0x1bd0d8 | Rangi | |
2018-07-29 | Add meaningful aliases for wd265 | Rangi | |
Introduce MONICON_* constants Introduce BATTLEPLAYERACTION_* constants | |||
2018-07-24 | db $0, $0 → dn 0, 0, 0, 0 ; DVs | Rangi | |
2018-07-18 | Fix misnamed character codes | mid-kid | |
Some character codes were erroneously named after their text command counterparts. This has caused a lot of confusion with naming their functions and with other things. I've also removed the `dict2` macro and expanded the `dict` macro. This really isn't something we should be doing for macros but I can't deny it looks a lot neater than repeated code. | |||
2018-07-16 | Fewer uses of 'Thing2 - Thing1' for sizeof(Thing) | Rangi | |
2018-07-16 | Consistently use dn for DVs | Rangi | |
2018-07-15 | Tile values agree in data/sprites/emotes.asm and data/sprites/facings.asm | Rangi | |
2018-07-12 | SFX_UNKNOWN_7F → SFX_TOXIC | Rangi | |
2018-07-11 | SFX_DEX_FANFARE_50_79 and SFX_LEVEL_UP use identical data, and technically ↵ | Rangi | |
the level-up text plays the former | |||
2018-07-07 | landmark macro includes the +8/+16 offsets for X/Y coordinates | Rangi | |
2018-07-05 | Correct file path | Rangi | |
2018-07-04 | Use TRUE/FALSE for wSaveFileExists | Rangi | |
2018-07-04 | Miscellaneous reorganization fixes | Rangi | |
2018-06-25 | Keep more data/ INCLUDEs with relevant routines | Rangi | |
2018-06-25 | Single newline at the end of files | Rangi | |
2018-06-25 | Remove more triple newlines | Rangi | |
2018-06-24 | "→" should be "ェ" | Rangi | |
2018-06-24 | Fix triple newlines left over from removing address comments | Rangi | |
2018-06-24 | Remove more address comments | Rangi | |
2018-06-24 | Remove address comment | 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 | |||
2018-06-24 | Remove all address comments | mid-kid | |
2018-06-24 | Unreferenced_53d84 → Unreferenced_MonPicBanks from pokegold-spaceworld | Rangi | |
2018-06-12 | Note which labels are only needed for locating banks (relevant to issue #485) | Rangi | |
2018-06-06 | Use dn | Rangi | |
2018-06-06 | Specify DVs individually | Rangi | |
2018-06-05 | Merge pull request #517 from mid-kid/master | yenatch | |
Some fixes all around | |||
2018-06-05 | Fix other unused shiny check label | yenatch | |
2018-06-04 | Use structure constants for channel_struct | mid-kid | |
2018-05-23 | Identify more sprite move data flag bits | Rangi | |
2018-05-23 | Identify USE_OBP1_F | Rangi | |
2018-05-23 | WALKS_ON_WATER → SWIMMING | Rangi | |
2018-05-23 | More sprite movement data flag constants | Rangi | |
2018-05-23 | Use known sprite movement data flag constants | 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-19 | Correct comment | Rangi | |
2018-05-18 | Constants for PC menu indexes | Rangi | |
'db ' -> 'db ' | |||
2018-05-06 | Merge branch 'master' of https://github.com/pret/pokecrystal | Rangi | |
2018-05-06 | 'rept' is not indented | Rangi | |
2018-05-05 | Combine bit flags with | not + | Rangi | |
2018-05-05 | Explicit NO_LIMITS instead of 0 | Rangi | |