diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-10-19 16:49:29 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-10-19 16:49:29 -0400 |
commit | 6c25592b8c43afe9780968da88f9b06cbb526e72 (patch) | |
tree | 30449a14d2a1158ce785f4d92da3ab01c11d0f27 /wram.asm | |
parent | 0a244e043c83dff064d7e3ec054a587c7f999d0d (diff) |
So very jumb
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -135,7 +135,7 @@ INCLUDE "vram.asm" SECTION "Stack", WRAM0 wc000:: StackBottom:: - ds $ff + ds $100 - 1 Stack:: StackTop:: ds 1 @@ -441,6 +441,8 @@ wc60f:: wPlayerMoveStruct:: ds MOVE_LENGTH ; c60f wc616:: EnemyMonNick:: ds PKMN_NAME_LENGTH ; c616 + ds -5 +wInitHourBuffer:: ds 5 BattleMonNick:: ds PKMN_NAME_LENGTH ; c621 BattleMon:: battle_struct BattleMon ; c62c @@ -1179,9 +1181,9 @@ MonType:: ; cf5f CurSpecies:: ; cf60 ds 1 -wNamedObjectTypeBuffer:: ds 2 -wIntroSceneIndex:: -wcf63:: ds 1 +wNamedObjectTypeBuffer:: ds 1 + ds 1 +wJumptableEntryIndexBuffer:: ds 1 wNrOfBeatenBattleTowerTrainers:: wMomBankDigitCursorPosition:: wIntroSceneFrameCounter:: @@ -2126,7 +2128,7 @@ Money:: ; d84e wd851:: wMomsMoney:: ; d851 ds 3 -wd854:: +wBankOfMomMode:: wMomSavingMoney:: ; d854 ds 1 |