Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-23 | Use compound assignment operators | Rangi | |
2021-10-29 | Clarify documentation of maskbits | Rangi | |
2020-12-09 | Require rgbds 0.4.2 | Rangi | |
This allows [\1] to work when \1 is hl, bc, or de The object file format has changed along with the version number | |||
2020-10-26 | Use more assertions to ensure correct code and data | Rangi | |
2020-07-02 | Use STRCMP, not ==, to compare multi-character strings | Rangi | |
2020-07-01 | Identify more labels, and use the jumptable macro when possible | Rangi | |
2020-04-23 | Miscellaneous updates and corrections | Rangi | |
2020-04-04 | Move, comment, and simplify some macro definitions | Rangi | |
2018-07-08 | Remove extra parentheses | Rangi | |
2018-06-24 | Fix triple newlines left over from removing address comments | 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-06 | fix lb/ln and "left shift of negative value" warning | yenatch | |
fixes #511 | |||
2018-02-03 | Macro factors out sine code, just like sine data, since it's used 5 times | Rangi | |
2018-02-03 | Use fixed-point DIV function for a generalized sine_wave table macro | Rangi | |
2018-01-16 | Avoid "+- 1" at every maskbits | Remy Oukaour | |
2018-01-14 | Merge branch 'master' of https://github.com/xCrystal/pokecrystal (resolve PR ↵ | Remy Oukaour | |
#459) # Conflicts: # data/items/descriptions.asm # data/sprite_anims/framesets.asm # engine/crystal_colors.asm # engine/events/kurt.asm # engine/events/special.asm # engine/events/std_scripts.asm # engine/events_3.asm # engine/item_effects.asm # engine/namingscreen.asm # engine/scripting.asm # engine/stats_screen.asm # engine/trade_animation.asm # home/audio.asm # main.asm # maps/BattleTower1F.asm # maps/BattleTowerBattleRoom.asm # maps/BurnedTowerB1F.asm # maps/ElmsLab.asm # maps/GoldenrodDeptStore5F.asm # maps/GoldenrodUnderground.asm # maps/HallOfFame.asm # maps/MahoganyTown.asm # maps/ManiasHouse.asm # maps/MobileBattleRoom.asm # maps/MobileTradeRoomMobile.asm # maps/RadioTower2F.asm # maps/Route35NationalParkGate.asm # maps/Route36NationalParkGate.asm # maps/Route39Farmhouse.asm # tilesets/palette_maps.asm | |||
2018-01-10 | Use maskbits more, and clarify its usage | Remy Oukaour | |
2018-01-02 | No more mobile EQUS ret (replace with Stubbed_ + ret) | xCrystal | |
2017-12-28 | endm -> ENDM | xCrystal | |
2017-12-28 | Uppercase MACRO and EQU(S) according to the style guide | xCrystal | |
2017-12-24 | callba/callab → farcall/callfar | Remy Oukaour | |
2017-12-14 | Reorganize macros | Remy Oukaour | |