mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
easy chat words by letter
This commit is contained in:
parent
fc49fe46fd
commit
8ce02b461e
@ -1,14 +1,4 @@
|
||||
.include "constants/gba_constants.s"
|
||||
.include "constants/misc_constants.s"
|
||||
.include "constants/species_constants.s"
|
||||
.include "constants/ability_constants.s"
|
||||
.include "constants/move_constants.s"
|
||||
.include "constants/item_constants.s"
|
||||
.include "constants/type_constants.s"
|
||||
.include "constants/contest_constants.s"
|
||||
.include "constants/pokemon_data_constants.s"
|
||||
.include "constants/item_data_constants.s"
|
||||
.include "constants/battle_move_constants.s"
|
||||
.include "constants/constants.s"
|
||||
.include "asm/macros.s"
|
||||
.include "asm/charmap.s"
|
||||
|
||||
@ -550795,7 +550785,7 @@ sub_811F46C: ; 811F46C
|
||||
sub sp, 0x10
|
||||
movs r3, 0
|
||||
@0811F47A:
|
||||
ldr r2, =gUnknown_0859E46C
|
||||
ldr r2, =gEasyChatWordsByLetterPointers
|
||||
lsls r1, r3, 3
|
||||
adds r0, r2, 0x4
|
||||
adds r0, r1, r0
|
||||
|
12
constants/constants.s
Normal file
12
constants/constants.s
Normal file
@ -0,0 +1,12 @@
|
||||
.include "constants/gba_constants.s"
|
||||
.include "constants/misc_constants.s"
|
||||
.include "constants/species_constants.s"
|
||||
.include "constants/ability_constants.s"
|
||||
.include "constants/move_constants.s"
|
||||
.include "constants/item_constants.s"
|
||||
.include "constants/type_constants.s"
|
||||
.include "constants/contest_constants.s"
|
||||
.include "constants/pokemon_data_constants.s"
|
||||
.include "constants/item_data_constants.s"
|
||||
.include "constants/battle_move_constants.s"
|
||||
.include "constants/easy_chat_constants.s"
|
1066
constants/easy_chat_constants.s
Normal file
1066
constants/easy_chat_constants.s
Normal file
File diff suppressed because it is too large
Load Diff
@ -5055,10 +5055,8 @@ gUnknown_08597E6C: ; 8597E6C
|
||||
; 8597E9C
|
||||
.include "data/text/easy_chat/easy_chat_groups.s"
|
||||
|
||||
.incbin "base_emerald.gba", 0x59d0b4, 0x13b8
|
||||
|
||||
gUnknown_0859E46C: ; 859E46C
|
||||
.incbin "base_emerald.gba", 0x59e46c, 0x168
|
||||
; 859D0B4
|
||||
.include "data/text/easy_chat/easy_chat_words_by_letter.s"
|
||||
|
||||
; 859E5D4
|
||||
.include "data/text/easy_chat/easy_chat_group_name_pointers.s"
|
||||
|
2656
data/text/easy_chat/easy_chat_words_by_letter.s
Normal file
2656
data/text/easy_chat/easy_chat_words_by_letter.s
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user