ref: 5c7534fcede88aa9fdd39e319ed25ebe1979dbd9
parent: 5f2171f2b53df6c80191322dd577ff1763086c27
author: IIMarckus <iimarckus@gmail.com>
date: Sat Apr 9 19:42:56 EDT 2011
Use Unicode characters, because they look nicer hg-commit-id: a90f2037f921
--- a/pokered.asm
+++ b/pokered.asm
@@ -331,13 +331,13 @@
; offset 1633
; define (by index number) the bank that a pokemon's image is in
-; index == Mew, bank 1
-; index == Kabutops fossil, bank $B
+; index = Mew, bank 1
+; index = Kabutops fossil, bank $B
; index < $1F, bank 9
-; $1F <= index < $4A, bank $A
-; $4A <= index < $74, bank $B
-; $74 <= index < $99, bank $C
-; $99 <= index, bank $D
+; $1F ≤ index < $4A, bank $A
+; $4A ≤ index < $74, bank $B
+; $74 ≤ index < $99, bank $C
+; $99 ≤ index, bank $D
ld a,[$CF91] ; XXX name for this ram location
ld b,a
cp $15