Skip to content

qalle2/nes-disasm-misc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nes-disasm-misc

Others' NES homebrew, disassembled by me.

Table of contents:

List of files

Programs:

Other files:

  • famistudio.txt: a file from Famistudio (similar to what's used in BPM)
  • famitone2.txt: a file from Famitone2 (similar to what's used in Irritating Ship)

How to assemble

The .asm files can be assembled with ASM6.

Run the .sh files (under Linux) to assemble and validate the programs.

Tools used

Irritating Ship hacks

My hacks for Irritating Ship:

  • Simple Controls: Pressing the d-pad in any of the eight directions will instantly turn and accelerate the ship in that direction. Files: irriship-simplecontrols.bps.gz, irriship-simplecontrols.ips.gz.
  • Straight Tunnel: Replaces the maze with a straight tunnel. Files: irriship-tunnel.bps.gz, irriship-tunnel.ips.gz.
  • Thin Walls: Makes all walls two pixels thinner on the inside of the maze, leaving you more room to maneuver. Affects CHR ROM only. Files: irriship-thinwalls.bps.gz, irriship-thinwalls.ips.gz.

(RHDN doesn't accept hacks of homebrew games.)