mirror of
https://github.com/pret/pokeruby.git
synced 2024-12-02 18:16:44 +00:00
mauville_old_man -> mauville_man
This commit is contained in:
parent
7f9ea1cd6d
commit
3e68cbc51f
@ -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);
|
||||
|
@ -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)
|
||||
{
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -861,7 +861,7 @@ const u8 gOtherText_AtBattleStart[] = _("At the battle’s 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 BARD’s Song");
|
||||
const u8 gOtherText_WhatsHipHappening[] = _("What’s 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");
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user