mirror of https://github.com/pret/pokecrystal.git
Mobile functions for fixed-phrase selection
This commit is contained in:
parent
f3c8f75209
commit
6c248953b7
|
@ -290,3 +290,5 @@ NUM_BADGES EQU NUM_JOHTO_BADGES + NUM_KANTO_BADGES
|
|||
const SPRITE_ANIM_INDEX_2A
|
||||
const SPRITE_ANIM_INDEX_2B
|
||||
const SPRITE_ANIM_INDEX_2C
|
||||
|
||||
NUM_KANA EQU $2d
|
||||
|
|
|
@ -889,7 +889,7 @@ endr
|
|||
ld a, [hli]
|
||||
ld h, [hl]
|
||||
ld l, a
|
||||
ld de, $fff0
|
||||
ld de, -$10
|
||||
add hl, de
|
||||
ld e, l
|
||||
ld d, h
|
||||
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue