summaryrefslogtreecommitdiff
path: root/macros/code.asm
AgeCommit message (Collapse)Author
2021-11-23Use compound assignment operatorsRangi
2021-10-29Clarify documentation of maskbitsRangi
2020-12-09Require rgbds 0.4.2Rangi
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-26Use more assertions to ensure correct code and dataRangi
2020-07-02Use STRCMP, not ==, to compare multi-character stringsRangi
2020-07-01Identify more labels, and use the jumptable macro when possibleRangi
2020-04-23Miscellaneous updates and correctionsRangi
2020-04-04Move, comment, and simplify some macro definitionsRangi
2018-07-08Remove extra parenthesesRangi
2018-06-24Fix triple newlines left over from removing address commentsRangi
2018-05-23Start improving sprite movement engine (to do: identify bit flags)Rangi
Introduce maskbits N[, S]: optionally shift the bitmask
2018-05-06fix lb/ln and "left shift of negative value" warningyenatch
fixes #511
2018-02-03Macro factors out sine code, just like sine data, since it's used 5 timesRangi
2018-02-03Use fixed-point DIV function for a generalized sine_wave table macroRangi
2018-01-16Avoid "+- 1" at every maskbitsRemy Oukaour
2018-01-14Merge 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-10Use maskbits more, and clarify its usageRemy Oukaour
2018-01-02No more mobile EQUS ret (replace with Stubbed_ + ret)xCrystal
2017-12-28endm -> ENDMxCrystal
2017-12-28Uppercase MACRO and EQU(S) according to the style guidexCrystal
2017-12-24callba/callab → farcall/callfarRemy Oukaour
2017-12-14Reorganize macrosRemy Oukaour