mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
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
4182
misc/fixed_words.asm
Executable file
4182
misc/fixed_words.asm
Executable file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user