diff options
author | entrpntr <entrpntr@gmail.com> | 2020-03-16 09:31:44 -0400 |
---|---|---|
committer | entrpntr <entrpntr@gmail.com> | 2020-03-17 11:47:47 -0400 |
commit | e3b53fa1b8ae55a82d50895aee67a3078209b216 (patch) | |
tree | 5d5bbe8bc66bf92c567fbea4475b25a4cd304db1 /home/map.asm | |
parent | 1e0807e4bfd5ca3e710c284cbbd4c0a50131baf3 (diff) |
Fill in a lot of missing bank $04 code.
Diffstat (limited to 'home/map.asm')
-rw-r--r-- | home/map.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/home/map.asm b/home/map.asm index cf60545b..d331c40d 100644 --- a/home/map.asm +++ b/home/map.asm @@ -2024,8 +2024,8 @@ CheckIfFacingTileCoordIsSign:: ; 2b8f (0:2b8f) .asm_2bad pop hl - ld de, wcf29 - ld bc, $5 + ld de, wCurBGEvent + ld bc, BG_EVENT_SIZE call CopyBytes scf ret @@ -2088,8 +2088,8 @@ CheckCurrentMapXYTriggers:: .asm_2c02 pop hl - ld de, wcf29 - ld bc, $8 + ld de, wCurCoordEvent + ld bc, COORD_EVENT_SIZE call CopyBytes scf ret |