shithub: pokecrystal

Download patch

ref: 7d6626ee691067ee2c98c297fba88706fae35465
parent: b6122070d921f381df61b4caf8e985c98361b75a
author: Bryan Bishop <[email protected]>
date: Tue May 1 21:41:24 EDT 2012

extras/output.asm -> extras/output.txt

--- a/extras/README.md
+++ b/extras/README.md
@@ -24,5 +24,5 @@
 asm.dump()
 ```
 
-After running those lines, `cp extras/output.asm main.asm` and run `git diff main.asm` to confirm that changes to `main.asm` have occurred. To test whether or not the newly inserted ASM compiles into the same ROM, use: `make clean && make`. This will complain very loudly if something is broken.
+After running those lines, `cp extras/output.txt main.asm` and run `git diff main.asm` to confirm that changes to `main.asm` have occurred. To test whether or not the newly inserted ASM compiles into the same ROM, use: `make clean && make`. This will complain very loudly if something is broken.