From 2b7961759b3786725b95ee8f4a0b6e556091db7a Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Sun, 30 Aug 2015 18:56:44 -0400 Subject: Fixes. --- wram.asm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'wram.asm') diff --git a/wram.asm b/wram.asm index fcb5c3dd..909c7f1c 100755 --- a/wram.asm +++ b/wram.asm @@ -847,8 +847,6 @@ wCoordIndex:: ; cd3d wOptionsTextSpeedCursorX:: ; cd3d -wBoxNumString:: ; cd3d - wTrainerInfoTextBoxWidthPlus1:: ; cd3d wSwappedMenuItem:: ; cd3d @@ -1367,7 +1365,6 @@ wExpAmountGained:: ; cf4b wcf4b:: ds 2 ; storage buffer for various strings wGainBoostedExp:: ; cf4d ->>>>>>> 1a987d1e1ab96ca9553d4253c72858057332a03a ds 1 ds 17 @@ -2103,6 +2100,7 @@ wEvolutionOccurred:: ; d121 wVBlankSavedROMBank:: ; d122 ds 1 +wFarCopyDataSavedROMBank:: ; d123 ds 1 wIsKeyItem:: ; d124 -- cgit v1.3.1-sl0p