diff options
author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-05-18 14:56:14 -0400 |
---|---|---|
committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-05-18 14:56:14 -0400 |
commit | bcd3819017fc825bf035e6d2195fdb646a1626a2 (patch) | |
tree | 71c00f48927d851e10375916d475bce8727e6896 | |
parent | f9a50105486ad0706e103b47f63d6a69d7ef02fa (diff) |
Update home.asm
-rw-r--r-- | home.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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
|