mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Add data/text/
This commit is contained in:
parent
cb5e3378de
commit
f44b7ad5c3
2
Makefile
2
Makefile
@ -16,7 +16,7 @@ audio.o \
|
|||||||
home.o \
|
home.o \
|
||||||
main.o \
|
main.o \
|
||||||
wram.o \
|
wram.o \
|
||||||
data/common_text/common_text.o \
|
data/text/common_text.o \
|
||||||
data/maps/maps.o \
|
data/maps/maps.o \
|
||||||
data/pokemon/dex_entries.o \
|
data/pokemon/dex_entries.o \
|
||||||
data/pokemon/egg_moves.o \
|
data/pokemon/egg_moves.o \
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
; - AlphabeticalPokedexOrder (see data/pokemon/dex_order_alpha.asm)
|
; - AlphabeticalPokedexOrder (see data/pokemon/dex_order_alpha.asm)
|
||||||
; - EZChat_SortedPokemon (see data/pokemon/ezchat_order.asm)
|
; - EZChat_SortedPokemon (see data/pokemon/ezchat_order.asm)
|
||||||
; - NewPokedexOrder (see data/pokemon/dex_order_new.asm)
|
; - NewPokedexOrder (see data/pokemon/dex_order_new.asm)
|
||||||
; - Pokered_MonIndices (see data/pokemon/rby_order.asm)
|
; - Pokered_MonIndices (see data/pokemon/gen1_order.asm)
|
||||||
; - AnimationPointers (see gfx/pokemon/anim_pointers.asm)
|
; - AnimationPointers (see gfx/pokemon/anim_pointers.asm)
|
||||||
; - AnimationIdlePointers (see gfx/pokemon/idle_pointers.asm)
|
; - AnimationIdlePointers (see gfx/pokemon/idle_pointers.asm)
|
||||||
; - BitmasksPointers (see gfx/pokemon/bitmask_pointers.asm)
|
; - BitmasksPointers (see gfx/pokemon/bitmask_pointers.asm)
|
||||||
|
@ -1,16 +0,0 @@
|
|||||||
INCLUDE "constants.asm"
|
|
||||||
|
|
||||||
|
|
||||||
SECTION "Text 1", ROMX
|
|
||||||
|
|
||||||
INCLUDE "data/common_text/common_text_1.asm"
|
|
||||||
|
|
||||||
|
|
||||||
SECTION "Text 2", ROMX
|
|
||||||
|
|
||||||
INCLUDE "data/common_text/common_text_2.asm"
|
|
||||||
|
|
||||||
|
|
||||||
SECTION "Text 3", ROMX
|
|
||||||
|
|
||||||
INCLUDE "data/common_text/common_text_3.asm"
|
|
16
data/text/common_text.asm
Normal file
16
data/text/common_text.asm
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
INCLUDE "constants.asm"
|
||||||
|
|
||||||
|
|
||||||
|
SECTION "Text 1", ROMX
|
||||||
|
|
||||||
|
INCLUDE "data/text/common_text_1.asm"
|
||||||
|
|
||||||
|
|
||||||
|
SECTION "Text 2", ROMX
|
||||||
|
|
||||||
|
INCLUDE "data/text/common_text_2.asm"
|
||||||
|
|
||||||
|
|
||||||
|
SECTION "Text 3", ROMX
|
||||||
|
|
||||||
|
INCLUDE "data/text/common_text_3.asm"
|
@ -771,7 +771,7 @@ NamingScreen_AdvanceCursor_CheckEndOfString: ; 11b27
|
|||||||
|
|
||||||
; 11b56
|
; 11b56
|
||||||
|
|
||||||
INCLUDE "data/unused/dakutens.asm"
|
INCLUDE "data/text/unused_dakutens.asm"
|
||||||
|
|
||||||
; 11bbc
|
; 11bbc
|
||||||
|
|
||||||
@ -945,7 +945,7 @@ NamingScreenGFX_Cursor: ; 11cc7
|
|||||||
INCBIN "gfx/naming_screen/cursor.2bpp"
|
INCBIN "gfx/naming_screen/cursor.2bpp"
|
||||||
; 11ce7
|
; 11ce7
|
||||||
|
|
||||||
INCLUDE "data/name_input_chars.asm"
|
INCLUDE "data/text/name_input_chars.asm"
|
||||||
; 11e5d
|
; 11e5d
|
||||||
|
|
||||||
NamingScreenGFX_End: ; unused
|
NamingScreenGFX_End: ; unused
|
||||||
@ -1462,6 +1462,6 @@ MailComposition_TryAddLastCharacter: ; 121ac (4:61ac)
|
|||||||
|
|
||||||
; 121dd
|
; 121dd
|
||||||
|
|
||||||
INCLUDE "data/mail_input_chars.asm"
|
INCLUDE "data/text/mail_input_chars.asm"
|
||||||
|
|
||||||
; 122c1
|
; 122c1
|
||||||
|
@ -18,4 +18,4 @@ Unreferenced_GetGen1TrainerClassName: ; 50a28
|
|||||||
jr nz, .copy
|
jr nz, .copy
|
||||||
ret
|
ret
|
||||||
|
|
||||||
INCLUDE "data/unused/gen_1_trainer_names.asm"
|
INCLUDE "data/text/unused_gen1_trainer_names.asm"
|
||||||
|
@ -144,4 +144,4 @@ PlaceTradePartnerNamesAndParty: ; fb60d
|
|||||||
jr .loop
|
jr .loop
|
||||||
; fb656
|
; fb656
|
||||||
|
|
||||||
INCLUDE "data/pokemon/rby_base_special.asm"
|
INCLUDE "data/pokemon/gen1_base_special.asm"
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user