diff options
author | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2018-07-31 22:11:13 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-31 22:11:13 -0400 |
commit | a6a74b11ea65f8915d1254615ff7741329d237d3 (patch) | |
tree | f6eace5794378b3d4cc5adff0da772f132c5639d /home/map_objects.asm | |
parent | a586811e197d2a28d3a08dff03548fb69342da96 (diff) | |
parent | b67fc88e007f20318ecab18515c9e8b66470a81e (diff) |
Merge pull request #40 from Pokeglitch/master
Full dump of Bank 1
Diffstat (limited to 'home/map_objects.asm')
-rw-r--r-- | home/map_objects.asm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/home/map_objects.asm b/home/map_objects.asm index 6c3c640..69bd60b 100644 --- a/home/map_objects.asm +++ b/home/map_objects.asm @@ -311,7 +311,7 @@ UpdateSprites:: ; 00:17a8 bit 0, a ret z callab Function5007 - callab Function5190 + callab _UpdateSprites ret GetObjectStruct:: ; 00:17bf @@ -325,6 +325,8 @@ GetObjectStruct:: ; 00:17bf Function17cb:: add $10 + +Function17cd:: ld e, a ldh a, [hROMBank] push af |