diff options
author | yenatch <yenatch@gmail.com> | 2013-12-31 03:25:38 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-12-31 03:25:38 -0500 |
commit | d1d186d1ee30c7b3e1934a395da01d03c69cbe55 (patch) | |
tree | e31224d82dc5e7092c1d80389d39426a8908b94e /battle/core.asm | |
parent | a10ee4e9f1ee3d671b67e2e68531b1f851661000 (diff) |
rename CallBankF -> CallBattleCore
Diffstat (limited to 'battle/core.asm')
-rw-r--r-- | battle/core.asm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/battle/core.asm b/battle/core.asm index e014d80e2..fa6006590 100644 --- a/battle/core.asm +++ b/battle/core.asm @@ -1,3 +1,5 @@ +BattleCore: + ; Core components of the battle engine. |