From 59dc98463ad491a64bf87a9c3b7c851e9c3fd9d6 Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Wed, 13 May 2015 17:11:54 -0400 Subject: Add wd435 --- wram.asm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/wram.asm b/wram.asm index f1ff2487..b0586b11 100755 --- a/wram.asm +++ b/wram.asm @@ -1627,9 +1627,10 @@ wDestinationWarpID:: ; d42f ; if $ff, the player's coordinates are not updated when entering the map ds 1 - ds 5 + ds 4 -wd436: ds 1 +wd435:: ds 1 +wd436:: ds 1 ds 122 -- cgit v1.3.1-sl0p