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/Museum2F.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/Museum2F.asm')
| -rw-r--r-- | scripts/Museum2F.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Museum2F.asm b/scripts/Museum2F.asm index a791c921..6a0a15a4 100644 --- a/scripts/Museum2F.asm +++ b/scripts/Museum2F.asm @@ -30,7 +30,7 @@ Museum2FBrunetteGirlText: Museum2FHikerText: text_asm - ld a, [wd472] + ld a, [wd471] bit 7, a jr nz, .asm_5c1f6 ld hl, Museum2FText_5c20e |
