Mobile functions for fixed-phrase selection

This commit is contained in:
PikalaxALT 2015-11-24 10:35:13 -05:00
parent f3c8f75209
commit 6c248953b7
4 changed files with 4186 additions and 4093 deletions

View File

@ -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

View File

@ -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

File diff suppressed because it is too large Load Diff