mirror of
https://github.com/pret/pokeruby.git
synced 2026-09-09 03:26:38 -05:00
Merge pull request #341 from camthesaxman/decompile_battle_anim_8137220
decompile battle_anim_8137220
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,7 @@
|
||||
#ifndef GUARD_BATTLE_MESSAGE_H
|
||||
#define GUARD_BATTLE_MESSAGE_H
|
||||
|
||||
void StrCpyDecodeToDisplayedStringBattle(u8 *);
|
||||
void StrCpyDecodeToDisplayedStringBattle(const u8 *);
|
||||
void StrCpyDecodeBattle(const u8 *, u8 *);
|
||||
|
||||
#endif // GUARD_BATTLE_MESSAGE_H
|
||||
|
||||
@@ -250,7 +250,7 @@ SECTIONS {
|
||||
src/roamer.o(.text);
|
||||
asm/battle_tower.o(.text);
|
||||
asm/use_pokeblock.o(.text);
|
||||
asm/battle_anim_8137220.o(.text);
|
||||
src/battle_anim_8137220.o(.text);
|
||||
src/player_pc.o(.text);
|
||||
src/intro.o(.text);
|
||||
src/field_region_map.o(.text);
|
||||
|
||||
1482
src/battle_anim_8137220.c
Normal file
1482
src/battle_anim_8137220.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user