summaryrefslogtreecommitdiff
path: root/home.asm
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2015-10-18 15:37:40 -0400
committerluckytyphlosion <alan.rj.huang@gmail.com>2015-10-18 15:37:40 -0400
commitbb97b63af1fbeca208cb30a41f8195b4408821dc (patch)
tree106b0bab693daa5335445b01c43a8cd4c851d231 /home.asm
parent35874024438c0a716ad3de8896207f02db56e7d1 (diff)
Complete documentation of bank3
Also: split out bcd predefs from yellow/main.asm, start removing traces of W_
Diffstat (limited to 'home.asm')
-rw-r--r--home.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home.asm b/home.asm
index 6b802444..2ac9795b 100644
--- a/home.asm
+++ b/home.asm
@@ -4093,7 +4093,7 @@ AddEnemyMonToPlayerParty:: ; 3a48 (0:3a48)
ret
MoveMon:: ; 3a59 (0:3a59)
- homecall_sf Func_f3a4
+ homecall_sf _MoveMon
ret
; skips a text entries, each of size NAME_LENGTH (like trainer name, OT name, rival name, ...)