mauville_old_man -> mauville_man

This commit is contained in:
camthesaxman 2017-09-08 22:02:20 -05:00
parent 7f9ea1cd6d
commit 3e68cbc51f
9 changed files with 11 additions and 15 deletions

View File

@ -189,7 +189,7 @@ SECTIONS {
src/pokenav.o(.text);
asm/pokenav.o(.text_80F708C);
src/mon_markings.o(.text);
src/mauville_old_man.o(.text);
src/mauville_man.o(.text);
src/mail.o(.text);
src/menu_helpers.o(.text);
src/script_pokemon_util_80F99CC.o(.text);
@ -420,7 +420,7 @@ SECTIONS {
data/easy_chat.o(.rodata);
data/pokenav.o(.rodata);
data/mon_markings.o(.rodata);
src/mauville_old_man.o(.rodata);
src/mauville_man.o(.rodata);
data/mail.o(.rodata);
src/menu_helpers.o(.rodata);
src/heal_location.o(.rodata);

View File

@ -1,6 +1,6 @@
#include "global.h"
#include "bard_music.h"
#include "mauville_old_man.h"
#include "mauville_man.h"
#include "easy_chat.h"
#include "event_data.h"
#include "field_message_box.h"
@ -1230,7 +1230,7 @@ static void PrintStoryList(void)
MenuPrint(gPCText_Cancel, 1, 2 + i * 2);
}
extern u8 gUnknown_03000748;
static u8 gUnknown_03000748;
static void Task_StoryListMenu(u8 taskId)
{

View File

@ -11,7 +11,7 @@
#include "item_menu.h"
#include "lottery_corner.h"
#include "mail_data.h"
#include "mauville_old_man.h"
#include "mauville_man.h"
#include "play_time.h"
#include "player_pc.h"
#include "pokeblock.h"

View File

@ -10,7 +10,7 @@
#include "items.h"
#include "load_save.h"
#include "link.h"
#include "mauville_old_man.h"
#include "mauville_man.h"
#include "menu.h"
#include "mystery_event_script.h"
#include "rng.h"

View File

@ -861,7 +861,7 @@ const u8 gOtherText_AtBattleStart[] = _("At the battles start.");
const u8 gOtherText_UponWinningBattle[] = _("Upon winning a battle.");
const u8 gOtherText_UponLosingBattle[] = _("Upon losing a battle.");
// mauville_old_man?
// mauville_man?
const u8 gOtherText_TheBardsSong[] = _("The BARDs Song");
const u8 gOtherText_WhatsHipHappening[] = _("Whats hip and happening?");
const u8 gOtherText_Interview[] = _("Interview");
@ -1781,7 +1781,7 @@ const u8 gOtherText_AtBattleStart[] = _("Zum Kampfbeginn");
const u8 gOtherText_UponWinningBattle[] = _("Über den Sieg");
const u8 gOtherText_UponLosingBattle[] = _("Über die Niederlage");
// mauville_old_man?
// mauville_man?
const u8 gOtherText_TheBardsSong[] = _("Das BARDEN-Lied");
const u8 gOtherText_WhatsHipHappening[] = _("Was ist hip? Was ist top?");
const u8 gOtherText_Interview[] = _("Interview");

View File

@ -3,7 +3,7 @@
#include "decoration_inventory.h"
#include "event_data.h"
#include "main.h"
#include "mauville_old_man.h"
#include "mauville_man.h"
#include "menu.h"
#include "menu_helpers.h"
#include "script.h"

View File

@ -109,11 +109,7 @@ gUnknown_03000740: @ 3000740
gUnknown_03000744: @ 3000744
.space 0x4
@ mauville_old_man
gUnknown_03000748: @ 3000748
.space 0x4
.include "src/mauville_man.o"
.include "src/menu_helpers.o"
.include "src/contest_painting.o"
.include "src/pokeblock.o"

View File

@ -589,7 +589,7 @@ gUnknown_020388B4: @ 20388B4
.space 0x4
.include "src/mon_markings.o"
.include "src/mauville_old_man.o"
.include "src/mauville_man.o"
.include "src/menu_helpers.o"
.include "src/region_map.o"
.include "src/decoration.o"