From 5c7534fcede88aa9fdd39e319ed25ebe1979dbd9 Mon Sep 17 00:00:00 2001 From: IIMarckus Date: Sat, 9 Apr 2011 23:42:56 -0600 Subject: Use Unicode characters, because they look nicer hg-commit-id: a90f2037f921 --- pokered.asm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pokered.asm b/pokered.asm index 374a4e32..357cf58f 100644 --- a/pokered.asm +++ b/pokered.asm @@ -331,13 +331,13 @@ incbin "baserom.gbc",$39E,$1627 - $39E ; 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 -- cgit v1.2.3