diff options
| author | dannye <33dannye@gmail.com> | 2024-09-29 10:50:46 -0500 |
|---|---|---|
| committer | dannye <33dannye@gmail.com> | 2024-09-29 10:50:46 -0500 |
| commit | 716f8608c13fbee20b8fb71118e0691344098591 (patch) | |
| tree | a69f3805e6e8e372a8fe9c064aa77d76efbed3a3 /scripts/BillsHouse.asm | |
| parent | Identify more bit flags (#119) (diff) | |
| download | pokeyellow-716f8608c13fbee20b8fb71118e0691344098591.tar.gz pokeyellow-716f8608c13fbee20b8fb71118e0691344098591.tar.xz pokeyellow-716f8608c13fbee20b8fb71118e0691344098591.zip | |
Rename off-by-one wram labels
Diffstat (limited to 'scripts/BillsHouse.asm')
| -rw-r--r-- | scripts/BillsHouse.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/BillsHouse.asm b/scripts/BillsHouse.asm index ee9a2299..3c1de8e4 100644 --- a/scripts/BillsHouse.asm +++ b/scripts/BillsHouse.asm @@ -39,7 +39,7 @@ BillsHouseScript_1e09e: ret BillsHouseScript0: - ld a, [wd472] + ld a, [wd471] bit 7, a jr z, .asm_1e0d2 callfar CheckPikachuFaintedOrStatused @@ -158,7 +158,7 @@ BillsHouseScript5: predef ShowObject ld c, 8 call DelayFrames - ld hl, wd472 + ld hl, wd471 bit 7, [hl] jr z, .asm_1e1c6 call CheckPikachuFollowingPlayer |
