Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
main.asm
|
|
|
|
|
|
All graphics are now png.
Some files were split out of necessity:
- gfx/trade.2bpp -> gfx/game_boy.norepeat.png gfx/link_cable.png
- gfx/red/introfight.2bpp -> gfx/red/intro_nido_{1,2,3}.6x6.png
- gfx/blue/introfight.2bpp -> gfx/blue/intro_purin_{1,2,3}.6x6.png
|
|
|
|
This appears to have taken advantage of number chars being -10 through -1.
By adding to the middle of the screen, a number char could represent the number of tiles to indent.
Or not, which is why this commit exists.
|
|
|
|
|
|
|
|
Also clean up the tileset macro and remove placeholders/redundant files.
|
|
|
|
|
|
Also correct erroneous label "Unknown_72ede".
|
|
Static address substraction would wreak havoc in other memory configurations.
|
|
rgbasm treats $ffxx loads the same. This is more consistent and avoids confusion with $ff00+c,
|
|
|
|
|
|
|
|
Conflicts:
main.asm
|
|
|