Skip to content

Commit

Permalink
data/text/X_text.asm is redundant
Browse files Browse the repository at this point in the history
  • Loading branch information
Rangi42 committed Jan 25, 2018
1 parent 8e83eb1 commit 518dd46
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ audio.o \
home.o \
main.o \
wram.o \
data/text/common_text.o \
data/text/common.o \
data/maps/maps.o \
data/pokemon/dex_entries.o \
data/pokemon/egg_moves.o \
Expand Down
File renamed without changes.
16 changes: 16 additions & 0 deletions data/text/common.asm
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
INCLUDE "constants.asm"


SECTION "Text 1", ROMX

INCLUDE "data/text/common_1.asm"


SECTION "Text 2", ROMX

INCLUDE "data/text/common_2.asm"


SECTION "Text 3", ROMX

INCLUDE "data/text/common_3.asm"
File renamed without changes.
File renamed without changes.
File renamed without changes.
16 changes: 0 additions & 16 deletions data/text/common_text.asm

This file was deleted.

File renamed without changes.
4 changes: 2 additions & 2 deletions main.asm
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ SECTION "bank20", ROMX
INCLUDE "engine/player_movement.asm"
INCLUDE "engine/engine_flags.asm"
INCLUDE "engine/variables.asm"
INCLUDE "data/text/battle_text.asm"
INCLUDE "data/text/battle.asm"
INCLUDE "engine/debug.asm"


Expand Down Expand Up @@ -539,7 +539,7 @@ SECTION "Mobile 5F", ROMX
INCLUDE "mobile/mobile_5f.asm"


SECTION "Common Text 1", ROMX
SECTION "Phone Text 2", ROMX

INCLUDE "data/text/std_text.asm"
INCLUDE "data/phone/text/jack_overworld.asm"
Expand Down
2 changes: 1 addition & 1 deletion maps/GoldenrodNameRater.asm
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ GoldenrodNameRaterBookshelf:
GoldenrodNameRaterRadio:
jumpstd radio2

INCLUDE "data/text/unused_sweet_honey_text.asm"
INCLUDE "data/text/unused_sweet_honey.asm"

GoldenrodNameRater_MapEvents:
; filler
Expand Down
2 changes: 1 addition & 1 deletion pokecrystal.link
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ ROMX $6a
ROMX $6b
"Map Scripts 24"
ROMX $6c
"Common Text 1"
"Phone Text 2"
"Map Scripts 25"
ROMX $6d
"Special Phone Text"
Expand Down

0 comments on commit 518dd46

Please sign in to comment.