Browse Source

correct text banner strings

ipatix 7 years ago
parent
commit
d8a63d1d56
2 changed files with 11 additions and 1 deletions
  1. 10
    0
      makefile
  2. 1
    1
      src/overworld/tileset_animation/text_animator.c

+ 10
- 0
makefile View File

@@ -170,6 +170,16 @@ clean:
170 170
 	$(MAKE) -f sprites.makefile clean
171 171
 	$(MAKE) -f icons.makefile clean
172 172
 
173
+.PHONY: cleannogfx
174
+	rm -f  $(OUTPATH)/__symbols.sym $(OUTPATH)/pkmn_sots.gba
175
+	rm -rf generated_image/*
176
+	rm -R -f object/*
177
+	$(MAKE) -C $(dir $(MUSIC_AR)) clean
178
+	$(MAKE) -C $(dir $(SMPL_AR)) clean
179
+	$(MAKE) -C $(dir $(VOICE_AR)) clean
180
+	$(MAKE) -C $(dir $(LIST_AR)) clean
181
+	$(MAKE) -C $(dir $(CRY_AR)) clean
182
+
173 183
 .PHONY: $(ASSETS)
174 184
 $(ASSETS):
175 185
 	@echo -e "\e[95mMaking Assets\e[0m"

+ 1
- 1
src/overworld/tileset_animation/text_animator.c View File

@@ -12,7 +12,7 @@
12 12
 #define CANVAS_FIRST ((u8 *)(574 * 0x20 + 0x06000000))
13 13
 #define CANVAS_SECOND ((u8 *)(592 * 0x20 + 0x06000000))
14 14
 
15
-static const char *map_texts[] = {"--------", "← Carun City", "Route 2 >", "< Route 3", "< Urbania City", "Route 5 >", "< Route 6", NULL};
15
+static const char *map_texts[] = {"--------", "← Carun City", "Route 2 →", "← Route 3", "← Urbania City", "Route 5 →", "← Route 6", NULL};
16 16
 
17 17
 /*
18 18
  * Tile IDs: