You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Mobile functions for fixed-phrase selection
This commit is contained in:
@@ -290,3 +290,5 @@ NUM_BADGES EQU NUM_JOHTO_BADGES + NUM_KANTO_BADGES
|
|||||||
const SPRITE_ANIM_INDEX_2A
|
const SPRITE_ANIM_INDEX_2A
|
||||||
const SPRITE_ANIM_INDEX_2B
|
const SPRITE_ANIM_INDEX_2B
|
||||||
const SPRITE_ANIM_INDEX_2C
|
const SPRITE_ANIM_INDEX_2C
|
||||||
|
|
||||||
|
NUM_KANA EQU $2d
|
||||||
|
@@ -889,7 +889,7 @@ endr
|
|||||||
ld a, [hli]
|
ld a, [hli]
|
||||||
ld h, [hl]
|
ld h, [hl]
|
||||||
ld l, a
|
ld l, a
|
||||||
ld de, $fff0
|
ld de, -$10
|
||||||
add hl, de
|
add hl, de
|
||||||
ld e, l
|
ld e, l
|
||||||
ld d, h
|
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
Reference in New Issue
Block a user