diff options
| author | YamaArashi <shadow962@live.com> | 2015-02-07 16:24:16 -0800 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2015-02-07 16:24:16 -0800 |
| commit | 4fd7a42b235b68ffc11d4f02305b695c2ed05549 (patch) | |
| tree | de8727d33beb886cb451a8d5e693ee46aafde55d /home | |
| parent | comment drain HP effect (diff) | |
| download | pokeyellow-4fd7a42b235b68ffc11d4f02305b695c2ed05549.tar.gz pokeyellow-4fd7a42b235b68ffc11d4f02305b695c2ed05549.tar.xz pokeyellow-4fd7a42b235b68ffc11d4f02305b695c2ed05549.zip | |
commented battle stuff
Diffstat (limited to 'home')
| -rw-r--r-- | home/text.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/text.asm b/home/text.asm index 362347cc..276b652e 100644 --- a/home/text.asm +++ b/home/text.asm @@ -62,7 +62,7 @@ PlaceNextChar:: ; 1956 (0:1956) cp $4E jr nz,.next ld bc,$0028 - ld a,[$FFF6] + ld a,[hFlags_0xFFF6] bit 2,a jr z,.next2 ld bc,$14 |
