Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 666 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 666 Bytes

SNES Projects

Those are basic SNES projects I am working on to familiarize myself with SNES assembly.

It requires WLA-DX by Vile Helin.

Build any project with make. It will result in an SMC file you can use in an emulator like ZSNES or Higan.

Greenspace is a simple demo meant to validate that my environment is correctly setup. If it works displays a green screen.

Checkered is a test I was doing with 16x16 background tiles. They weird setup got me scratching my head a bit. Each tile is composed of 4 squares with different shades of grey, giving a result that looks like a chess pattern.