diff options
author | yenatch <yenatch@gmail.com> | 2013-06-17 18:19:45 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-06-17 18:19:45 -0400 |
commit | 869de91bd55f9bbd764744e7918476584ce5d768 (patch) | |
tree | 9e2d5bd55b54bfba0716454f890809a78cc9c6b5 /wram.asm | |
parent | a4235e11bfe379f410f07aaab3b8a887a5d917ed (diff) |
LostBattle and HalveMoney
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -778,6 +778,11 @@ LastEnemyMove: ; c71c ds 1 +SECTION "battle",BSS[$c734] +BattleEnded: ; c734 + ds 1 + + SECTION "overworldmap",BSS[$c800] OverworldMap: ; c800 ds 1300 |