From 1c734a015d6bdfcc7f3cee4a707719e72eca1c2c Mon Sep 17 00:00:00 2001 From: Anthony Bentley Date: Sat, 12 Sep 2009 06:40:24 -0600 Subject: [PATCH] correct error in documentation --- doc/asm/usage.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/asm/usage.htm b/doc/asm/usage.htm index 73f6420a..b1fce026 100644 --- a/doc/asm/usage.htm +++ b/doc/asm/usage.htm @@ -23,7 +23,7 @@ Options are preceded by a dash (-) and go as follows:
gASCI : Change the four characters used for Gameboy graphics constants (default is 0123) bAS : Change the two characters used for binary constants - (default is 0123) + (default is 01) zHX : Set the byte value (hex format) used for uninitialised data (default is ? for random)