Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
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
|
|
|
|
(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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Conflicts:
# engine/items/mart.asm
|
|
That should be all of them this time
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
correctly (e.g. "┌" is not the top-right corner)
|
|
reword
|
|
being the grammar nazi i am i noticed a grammar error so i forked pokecrystal to fix it ;)
|
|
|
|
Some fixes all around
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Introduce maskbits N[, S]: optionally shift the bitmask
|
|
|
|
128px wide pack_menu.png matches BGB VRAM viewer, and rows+cols match hex tile IDs (e.g. $24 = row 3 col 5)
|
|
|
|
'db ' -> 'db '
|
|
This reverts commit aa51dbc61245d5b4949c1872b3d3e915a981ded3.
|
|
|
|
|
|
|
|
|