From aaae80f88f73ef9cf3d3b1a697b609cb2cc91c5c Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Sun, 9 Aug 2015 16:42:07 -0400 Subject: Fix typos up to end of home/audio.asm --- wram.asm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'wram.asm') diff --git a/wram.asm b/wram.asm index 0828c9c1..c36880d0 100755 --- a/wram.asm +++ b/wram.asm @@ -938,9 +938,9 @@ wEnemyMonAttack:: dw wEnemyMonDefense:: dw wEnemyMonSpeed:: dw wEnemyMonSpecial:: dw -wEnemyMonPP:: ds 2 ; NUM_MOVES - 2 +wEnemyMonPP:: ds 3 ; NUM_MOVES - 2 SECTION "WRAM Bank 1", WRAMX, BANK[1] - ds 2 ; NUM_MOVES - 2 + ds 1 ; NUM_MOVES - 2 wEnemyMonBaseStats:: ds 5 wEnemyMonCatchRate:: ds 1 @@ -1655,7 +1655,7 @@ wExpressionNumber:: wd44a:: ds 1 wd44b:: ds 1 - ds 37 + ds 36 wd470:: ds 1 wd471:: ds 1 @@ -1666,13 +1666,13 @@ wd473:: ds 1 wd47a:: ds 1 - ds 32 + ds 31 wUnknownSerialFlag_d49a:: ds 1 ; d499 wUnknownSerialFlag_d49b:: ds 1 ; d49a wd49c:: ds 1 ; d49b - ds 20 + ds 19 wd4b0:: ds 1 ; number of signs on the map wd4b1:: ds 32 ; starting address for sign coords -- cgit v1.3.1-sl0p