diff options
author | dannye <corrnondacqb@yahoo.com> | 2016-06-12 01:42:19 -0500 |
---|---|---|
committer | dannye <corrnondacqb@yahoo.com> | 2016-06-12 01:42:19 -0500 |
commit | 48e0125bd68054f81e97a5eec14f145dc3c921d7 (patch) | |
tree | 700bf0a94c566a6374ecff1adb87aec060609ac2 /text | |
parent | 7e12ca56a8d04d33f3945bb5b981c311fcdd44ef (diff) |
Remove some leftover address comments
Diffstat (limited to 'text')
-rwxr-xr-x | text/credits_text.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/text/credits_text.asm b/text/credits_text.asm index a3d2d4d2..a68c33d3 100755 --- a/text/credits_text.asm +++ b/text/credits_text.asm @@ -64,7 +64,7 @@ CreditsTextPointers: dw CredClub dw CredPAAD -CredVersion: ; 74343 (1d:4343) ; this 1 byte difference makes all bank addresses offset by 1 in the blue version +CredVersion: ; this 1 byte difference makes all bank addresses offset by 1 in the blue version IF DEF(_RED) db -8, "RED VERSION STAFF@" ENDC |