summaryrefslogtreecommitdiff
path: root/engine
AgeCommit message (Collapse)Author
2018-06-28Add more collision nybble constantsRangi
2018-06-25Use specific constants for overwritten text tilesRangi
2018-06-25Use charmap valuesRangi
2018-06-25"┘" + 1 == " "Rangi
Using X+1 makes sense when X is the last control character in a contiguous group, but "┘" is not, so we can use the first non-control character
2018-06-25Use charmap “ and ”Rangi
2018-06-25Merge events_2.asm with events.asmRangi
(events_2.asm was only separate because scripting.asm intervenes; but other files have a similar "code / INCLUDE self-contained code / more code" structure to this)
2018-06-25Keep more data/ INCLUDEs with relevant routinesRangi
2018-06-25No space between labels and bodiesRangi
2018-06-25Single newline at the end of filesRangi
2018-06-25Remove more triple newlinesRangi
2018-06-24Fix triple newlines left over from removing address commentsRangi
2018-06-24Remove more address commentsRangi
2018-06-24Merge branch 'master' of https://github.com/pret/pokecrystalRangi
# Conflicts: # engine/items/mart.asm
2018-06-25Remove even more address commentsmid-kid
That should be all of them this time
2018-06-24NUM_GRASSMON * 2Rangi
2018-06-24NUM_WATERMONRangi
2018-06-24WATER_WILDDATA_LENGTHRangi
2018-06-24FISHGROUP_DATA_LENGTHRangi
2018-06-24Remove all address commentsmid-kid
2018-06-23wCurMartEnd - wCurMart = 16Rangi
2018-06-23Add STANDARDMART_* jumptable index constantsRangi
2018-06-23Use direct tile IDs, not charmap entries, since they don't correspond ↵Rangi
correctly (e.g. "┌" is not the top-right corner)
2018-06-20Merge pull request #526 from atasro2/masteryenatch
reword
2018-06-14fixed a typoMCboy
being the grammar nazi i am i noticed a grammar error so i forked pokecrystal to fix it ;)
2018-06-12Note which labels are only needed for locating banks (relevant to issue #485)Rangi
2018-06-05Merge pull request #517 from mid-kid/masteryenatch
Some fixes all around
2018-06-04Fix unused shiny check comments.yenatch
2018-06-04Merge branch 'master' of https://github.com/pret/pokecrystalmid-kid
2018-06-03Create empty sections for the remaining FixPicBank array entriesRangi
2018-06-03Change FixPicBank bank arrayRangi
2018-06-01Miscellaneous fixes in the use of _command constants.mid-kid
2018-06-01SGB palette roles discovered from Spaceworld beta G/SRangi
2018-05-29Same pic bank solution as pokecrystalRangi
2018-05-24Function6ec1 → CanObjectMoveInDirectionRangi
2018-05-23Use constants moreRangi
2018-05-23Identify more sprite move data flag bitsRangi
2018-05-23Identify USE_OBP1_FRangi
2018-05-23WALKS_ON_WATER → SWIMMINGRangi
2018-05-23More sprite movement data flag constantsRangi
2018-05-23Use known sprite movement data flag constantsRangi
2018-05-23Start improving sprite movement engine (to do: identify bit flags)Rangi
Introduce maskbits N[, S]: optionally shift the bitmask
2018-05-20adc a, 0 → adc 0; fix commentsRangi
2018-05-20Use REGISTERED_* constantsRangi
128px wide pack_menu.png matches BGB VRAM viewer, and rows+cols match hex tile IDs (e.g. $24 = row 3 col 5)
2018-05-191 << FRZ == $20Rangi
2018-05-18Constants for PC menu indexesRangi
'db ' -> 'db '
2018-05-11Revert "Fix #511: eliminate "Left shift of negative value" warnings"yenatch
This reverts commit aa51dbc61245d5b4949c1872b3d3e915a981ded3.
2018-05-06Merge branch 'master' of https://github.com/pret/pokecrystalRangi
2018-05-06Fix #511: eliminate "Left shift of negative value" warningsRangi
2018-05-06'rept' is not indentedRangi
2018-05-06Fix rest of the givepokeitem/checkpokeitem referencesmid-kid