mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-13 15:13:42 +01:00
commit
f8cef9a6a8
1
.gitignore
vendored
1
.gitignore
vendored
@ -31,3 +31,4 @@ build/
|
||||
porymap.project.cfg
|
||||
.vscode/
|
||||
*.a
|
||||
.fuse_hidden*
|
||||
|
5515
asm/berry_crush.s
5515
asm/berry_crush.s
File diff suppressed because it is too large
Load Diff
@ -2864,6 +2864,27 @@ extern const u8 gText_JumpsInARow[];
|
||||
extern const u8 gText_BestScore2[];
|
||||
extern const u8 gText_ExcellentsInARow[];
|
||||
|
||||
// Berry crush
|
||||
extern const u8 gText_Var1Berry[];
|
||||
extern const u8 gText_XDotY[];
|
||||
extern const u8 gText_1DotBlueF700[];
|
||||
extern const u8 gText_1DotF700[];
|
||||
extern const u8 gText_TimeColon[];
|
||||
extern const u8 gText_SpaceSec[];
|
||||
extern const u8 gText_XDotY2[];
|
||||
extern const u8 gText_SpaceMin[];
|
||||
extern const u8 gText_StrVar1[];
|
||||
extern const u8 gText_PressingSpeed[];
|
||||
extern const u8 gText_TimesPerSec[];
|
||||
extern const u8 gText_XDotY3[];
|
||||
extern const u8 gText_Silkiness[];
|
||||
extern const u8 gText_Var1Percent[];
|
||||
extern const u8 gText_PressesRankings[];
|
||||
extern const u8 gText_CrushingResults[];
|
||||
extern const u8 gText_BerryCrush2[];
|
||||
extern const u8 gText_PressingSpeedRankings[];
|
||||
extern const u8 gText_Var1Players[];
|
||||
|
||||
// Lilycove Lady
|
||||
extern const u8 gText_ContestLady_Handsome[];
|
||||
extern const u8 gText_ContestLady_Vinny[];
|
||||
|
@ -72,7 +72,6 @@ SECTIONS {
|
||||
src/mevent_news.o(.text);
|
||||
src/union_room_chat.o(.text);
|
||||
src/berry_crush.o(.text);
|
||||
asm/berry_crush.o(.text);
|
||||
src/berry_powder.o(.text);
|
||||
src/dodrio_berry_picking.o(.text);
|
||||
src/pokemon_jump.o(.text);
|
||||
|
2670
src/berry_crush.c
2670
src/berry_crush.c
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user