From e4012aa024da0b271a1af65b64d47c8deb2b53b9 Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Wed, 13 May 2015 16:47:11 -0400 Subject: Add wd436 --- wram.asm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/wram.asm b/wram.asm index d703b8f1..f1ff2487 100755 --- a/wram.asm +++ b/wram.asm @@ -1627,7 +1627,11 @@ wDestinationWarpID:: ; d42f ; if $ff, the player's coordinates are not updated when entering the map ds 1 - ds 128 + ds 5 + +wd436: ds 1 + + ds 122 wd4b0:: ds 1 wd4b1:: ds 32 -- cgit v1.2.3