From bcd3819017fc825bf035e6d2195fdb646a1626a2 Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Mon, 18 May 2015 14:56:14 -0400 Subject: Update home.asm --- home.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.asm b/home.asm index a54c2685..9e24f905 100644 --- a/home.asm +++ b/home.asm @@ -2992,7 +2992,7 @@ GetTrainerName:: ; 359e (0:359e) jp Bankswitch -HasEnoughMoney:: +HasEnoughMoney:: ; 35c3 (0:35c3) ; Check if the player has at least as much ; money as the 3-byte BCD value at $ff9f. ld de, wPlayerMoney -- cgit v1.3.1-sl0p