Wario Land disassembly
Go to file
2024-09-10 23:50:04 +02:00
data Document unused spikeball graphics 2022-02-19 21:13:30 +01:00
lua Initial commit... again 2021-05-17 01:15:13 +02:00
padding Use junk inclusion macro 2024-06-27 17:58:30 +02:00
php Initial commit... again 2021-05-17 01:15:13 +02:00
rgbds Updated RGBDS to the latest version 2024-06-29 18:21:44 +02:00
src Dashing on a falling actor should never move the player down 2024-09-10 23:50:04 +02:00
_build.cmd Use single build script 2024-06-27 18:01:29 +02:00
.gitattributes Initial commit... again 2021-05-17 01:15:13 +02:00
.gitignore Updated .gitignore 2024-07-30 21:20:03 +02:00
build-nojunk.cmd Use single build script 2024-06-27 18:01:29 +02:00
build-test.cmd Use single build script 2024-06-27 18:01:29 +02:00
build.cmd Use single build script 2024-06-27 18:01:29 +02:00
config-nojunk.asm Updated RGBDS to the latest version 2024-06-29 18:21:44 +02:00
config-original.asm Updated RGBDS to the latest version 2024-06-29 18:21:44 +02:00
config-test.asm Updated RGBDS to the latest version 2024-06-29 18:21:44 +02:00
main.asm Added build options for stripping junk data and fixing bugs 2021-10-02 11:53:37 +02:00
notes.txt Use more constants instead of 'db's in level/room header files 2021-10-02 16:06:56 +02:00
README.MD Initial commit... again 2021-05-17 01:15:13 +02:00

wl

Disassembly of Super Mario Land 3: Wario Land

This will build a bit-perfect ROM of Wario Land. You can verify this by providing a ROM named "Wario Land - Super Mario Land 3 (W) [!].gb" as "original.gb".


To assemble, run the included batch script "build.cmd"


Thanks to lazigamer for the debug emulator used to generate the initial CDL.