diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-07-15 15:48:44 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-07-15 15:48:44 -0400 |
commit | 39524cdb766660a7bf6d60379040349652cecc04 (patch) | |
tree | e0657f37fbd8cbd7bf724025a4bb19e68e1e0254 /home.asm | |
parent | 67e56102ef56e91e9563a32f6fc68827219d2037 (diff) |
More enumeration of constants, more annotations of scripts.
Diffstat (limited to 'home.asm')
-rw-r--r-- | home.asm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1235,7 +1235,7 @@ Function3574:: ; 3574 call Function35de jr nc, .asm_3597 call Function2631 - callba Function96c56 + callba EnableScriptMode scf ret @@ -1402,7 +1402,7 @@ CheckTrainerBattle:: ; 360d jr z, .next ; Is facing the player... - call Function1ae5 + call GetObjectStruct call FacingPlayerDistance_bc jr nc, .next |