diff options
author | 2Tie <foxman95@ymail.com> | 2018-06-24 16:43:11 -0600 |
---|---|---|
committer | 2Tie <foxman95@ymail.com> | 2018-06-24 16:43:11 -0600 |
commit | 3d44a334949f387304144dbb331a4b6f74fbdb79 (patch) | |
tree | 71130774f0d4e589cc8caff4eac1d6b92452c593 /home/map_objects.asm | |
parent | 0369ef51b4461cf516488c2e13b24ad6d5c13d65 (diff) |
all the non-dummy map scripts until Silent Hill are disassebled. five left!
Diffstat (limited to 'home/map_objects.asm')
-rw-r--r-- | home/map_objects.asm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/home/map_objects.asm b/home/map_objects.asm index 079897a..faa4bb9 100644 --- a/home/map_objects.asm +++ b/home/map_objects.asm @@ -663,7 +663,8 @@ Function19b5:: res 7, [hl] ret -Function19c0:: +SetObjectFacing:: ; 19C0 + ; a is NPC number, d is direction push de call CheckObjectVisibility pop de |