Merge pull request #341 from camthesaxman/decompile_battle_anim_8137220

decompile battle_anim_8137220
This commit is contained in:
yenatch
2017-06-25 00:08:40 -04:00
committed by GitHub
4 changed files with 1484 additions and 5127 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -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

View File

@@ -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

File diff suppressed because it is too large Load Diff