Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-25 | Rename "feet and head follow" commands | mid-kid | |
The lot of these were rather misnamed, since they're used to replace part of the player or enemy with objects for several background effects. https://github.com/pret/pokecrystal/pull/578#issuecomment-440996244 | |||
2018-11-21 | Define ANIM_GFX for PLAYER and ENEMY | mid-kid | |
These are used where the head or the feet of the player/enemy have to be moved in an animation, and shouldn't overlap. These aren't actual GFX and should be loaded with the proper commands, and they're always loaded at the end of the VRAM area. Furthermore, I've defined BATTLEANIM_BASE_TILE, which is the tile from which battle animation graphics may start to load. This value was picked to make sure at least an entire pokemon pic fits in the area before it, even though it doesn't seem very used... | |||
2018-11-21 | Define first_music_cmd | mid-kid | |
This replaces the uses of $d0 in the audio engine with proper constants. | |||
2018-11-20 | Cosmetic fixes | mid-kid | |
2018-10-27 | Apply SPRITE_GFX_LIST_CAPACITY to wUsedSprites | Rangi | |
2018-10-23 | NUM_OBJECTS EQU $10 → 16 | Rangi | |
2018-10-21 | Identify BATTLEACTION_D and _E (thanks, ax6) | Rangi | |
2018-10-03 | This event isn't Crystal-exclusive. | IIMarckus | |
2018-09-22 | PREDEFPAL_4D -> PREDEFPAL_GAMEFREAK_LOGO_OB | Rangi | |
2018-09-22 | Naming screen constants | Rangi | |
2018-09-16 | Merge branch 'master' of https://github.com/pret/pokecrystal | Rangi | |
2018-09-16 | Identify some Spaceworld beta content | Rangi | |
2018-09-16 | wMonStatusFlags -> wDebugFlags | mid-kid | |
2018-09-09 | Curr -> Cur | Rangi | |
2018-08-19 | Update file paths in comments | Rangi | |
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 | Add meaningful aliases for wd265 | Rangi | |
Introduce MONICON_* constants Introduce BATTLEPLAYERACTION_* constants | |||
2018-07-24 | Correct NUM_STATS | Rangi | |
2018-07-22 | ANIM_MON_UNUSED → ANIM_MON_HOF | Rangi | |
2018-07-18 | Make proper cmdqueue constants | mid-kid | |
2018-07-13 | Correct wTradeFlags length | Rangi | |
2018-07-12 | SFX_UNKNOWN_7F → SFX_TOXIC | Rangi | |
2018-07-11 | Replace more hex values with constants or decimal | Rangi | |
2018-07-10 | Use more options constants | Rangi | |
2018-07-05 | More LCDC bit constants | Rangi | |
2018-06-28 | Add more collision nybble constants | Rangi | |
2018-06-24 | Fix triple newlines left over from removing address comments | Rangi | |
2018-06-24 | FISHGROUP_DATA_LENGTH | Rangi | |
2018-06-23 | Separate Mart constants from item data constants | Rangi | |
2018-06-04 | Alignment | mid-kid | |
2018-06-04 | Use structure constants for channel_struct | mid-kid | |
2018-06-01 | SGB palette roles discovered from Spaceworld beta G/S | Rangi | |
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-18 | Fix comments | Rangi | |
2018-05-06 | Merge branch 'master' of https://github.com/pret/pokecrystal | Rangi | |
2018-05-06 | Keep macros near relevant data | Rangi | |
2018-05-06 | Fix rest of the givepokeitem/checkpokeitem references | mid-kid | |
2018-05-05 | Explicit NO_LIMITS instead of 0 | Rangi | |
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-09 | Correct map constant comments | Rangi | |
2018-04-05 | Use constants for bit/set/res more | Rangi | |
2018-04-05 | Use Stadium 2 Egg Group names | mid-kid | |
Out of the current two most prevalent official conventions, this one was chosen, because they're used in a direct counterpart to this game, and thus feel more accurate. | |||
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-04 | Merge branch 'master' of https://github.com/pret/pokecrystal | Rangi | |