mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08: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 \
|
||||
main.o \
|
||||
wram.o \
|
||||
data/common_text/common_text.o \
|
||||
data/text/common_text.o \
|
||||
data/maps/maps.o \
|
||||
data/pokemon/dex_entries.o \
|
||||
data/pokemon/egg_moves.o \
|
||||
|
@ -12,7 +12,7 @@
|
||||
; - AlphabeticalPokedexOrder (see data/pokemon/dex_order_alpha.asm)
|
||||
; - EZChat_SortedPokemon (see data/pokemon/ezchat_order.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)
|
||||
; - AnimationIdlePointers (see gfx/pokemon/idle_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
|
||||
|
||||
INCLUDE "data/unused/dakutens.asm"
|
||||
INCLUDE "data/text/unused_dakutens.asm"
|
||||
|
||||
; 11bbc
|
||||
|
||||
@ -945,7 +945,7 @@ NamingScreenGFX_Cursor: ; 11cc7
|
||||
INCBIN "gfx/naming_screen/cursor.2bpp"
|
||||
; 11ce7
|
||||
|
||||
INCLUDE "data/name_input_chars.asm"
|
||||
INCLUDE "data/text/name_input_chars.asm"
|
||||
; 11e5d
|
||||
|
||||
NamingScreenGFX_End: ; unused
|
||||
@ -1462,6 +1462,6 @@ MailComposition_TryAddLastCharacter: ; 121ac (4:61ac)
|
||||
|
||||
; 121dd
|
||||
|
||||
INCLUDE "data/mail_input_chars.asm"
|
||||
INCLUDE "data/text/mail_input_chars.asm"
|
||||
|
||||
; 122c1
|
||||
|
@ -18,4 +18,4 @@ Unreferenced_GetGen1TrainerClassName: ; 50a28
|
||||
jr nz, .copy
|
||||
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
|
||||
; fb656
|
||||
|
||||
INCLUDE "data/pokemon/rby_base_special.asm"
|
||||
INCLUDE "data/pokemon/gen1_base_special.asm"
|
||||
|
@ -36,4 +36,4 @@ ConvertMon_1to2: ; fb908
|
||||
; fb91c
|
||||
|
||||
|
||||
INCLUDE "data/pokemon/rby_order.asm"
|
||||
INCLUDE "data/pokemon/gen1_order.asm"
|
||||
|
6
main.asm
6
main.asm
@ -262,7 +262,7 @@ INCLUDE "engine/load_pics.asm"
|
||||
INCLUDE "engine/move_mon_wo_mail.asm"
|
||||
INCLUDE "data/pokemon/base_stats.asm"
|
||||
INCLUDE "data/pokemon/names.asm"
|
||||
INCLUDE "data/unused/unknown_53d84.asm"
|
||||
INCLUDE "data/unused_53d84.asm"
|
||||
|
||||
UnknownEggPic:: ; 53d9c
|
||||
; Another egg pic. This is shifted up a few pixels.
|
||||
@ -279,7 +279,7 @@ SECTION "bank20", ROMX
|
||||
INCLUDE "engine/player_movement.asm"
|
||||
INCLUDE "engine/engine_flags.asm"
|
||||
INCLUDE "engine/variables.asm"
|
||||
INCLUDE "data/battle/battle_text.asm"
|
||||
INCLUDE "data/text/battle_text.asm"
|
||||
INCLUDE "engine/debug.asm"
|
||||
|
||||
|
||||
@ -541,7 +541,7 @@ INCLUDE "mobile/mobile_5f.asm"
|
||||
|
||||
SECTION "Common Text 1", ROMX
|
||||
|
||||
INCLUDE "data/std_text.asm"
|
||||
INCLUDE "data/text/std_text.asm"
|
||||
INCLUDE "data/phone/text/jack_overworld.asm"
|
||||
INCLUDE "data/phone/text/beverly_overworld.asm"
|
||||
INCLUDE "data/phone/text/huey_overworld.asm"
|
||||
|
@ -22,7 +22,7 @@ GoldenrodNameRaterBookshelf:
|
||||
GoldenrodNameRaterRadio:
|
||||
jumpstd radio2
|
||||
|
||||
INCLUDE "data/unused/sweet_honey_text.asm"
|
||||
INCLUDE "data/text/unused_sweet_honey_text.asm"
|
||||
|
||||
GoldenrodNameRater_MapEvents:
|
||||
; filler
|
||||
|
Loading…
Reference in New Issue
Block a user