mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-11 15:54:49 +13:00
Use Unicode characters, because they look nicer
hg-commit-id: a90f2037f921
This commit is contained in:
parent
5f2171f2b5
commit
5c7534fced
12
pokered.asm
12
pokered.asm
|
|
@ -331,13 +331,13 @@ incbin "baserom.gbc",$39E,$1627 - $39E
|
||||||
|
|
||||||
; offset 1633
|
; offset 1633
|
||||||
; define (by index number) the bank that a pokemon's image is in
|
; define (by index number) the bank that a pokemon's image is in
|
||||||
; index == Mew, bank 1
|
; index = Mew, bank 1
|
||||||
; index == Kabutops fossil, bank $B
|
; index = Kabutops fossil, bank $B
|
||||||
; index < $1F, bank 9
|
; index < $1F, bank 9
|
||||||
; $1F <= index < $4A, bank $A
|
; $1F ≤ index < $4A, bank $A
|
||||||
; $4A <= index < $74, bank $B
|
; $4A ≤ index < $74, bank $B
|
||||||
; $74 <= index < $99, bank $C
|
; $74 ≤ index < $99, bank $C
|
||||||
; $99 <= index, bank $D
|
; $99 ≤ index, bank $D
|
||||||
ld a,[$CF91] ; XXX name for this ram location
|
ld a,[$CF91] ; XXX name for this ram location
|
||||||
ld b,a
|
ld b,a
|
||||||
cp $15
|
cp $15
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue