From 66fbdbbf5aba6bd7ad8b388b01d8f1929ad4cd3e Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Sun, 11 Oct 2015 17:15:56 -0400 Subject: engine/items/items.asm --- wram.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wram.asm') diff --git a/wram.asm b/wram.asm index f45cfdae..79d3c6a5 100755 --- a/wram.asm +++ b/wram.asm @@ -1252,7 +1252,7 @@ wAIItem:: ; cf05 ; the item that the AI used ds 1 -wUsedItemOnWhichPokemon:: ; cf05 +wUsedItemOnWhichPokemon:: ; cf06 ds 1 wAnimSoundID:: ; cf07 -- cgit v1.3.1-sl0p