diff options
| author | YamaArashi <shadow962@live.com> | 2015-07-23 20:48:35 -0700 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2015-07-23 20:48:35 -0700 |
| commit | 323895af6dada7e1949ff79855970f75ad4b65b2 (patch) | |
| tree | 366f81f3c62b0b8d8bf73507a7c9ce2ff8e8a562 /engine/oak_speech.asm | |
| parent | clean up wram aliases (diff) | |
| download | pokeyellow-323895af6dada7e1949ff79855970f75ad4b65b2.tar.gz pokeyellow-323895af6dada7e1949ff79855970f75ad4b65b2.tar.xz pokeyellow-323895af6dada7e1949ff79855970f75ad4b65b2.zip | |
fixed hram aliases and named wram var
Diffstat (limited to 'engine/oak_speech.asm')
| -rwxr-xr-x | engine/oak_speech.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/oak_speech.asm b/engine/oak_speech.asm index be84b99d..5b6c29e1 100755 --- a/engine/oak_speech.asm +++ b/engine/oak_speech.asm @@ -229,5 +229,5 @@ IntroDisplayPicCenteredOrUpperRight: ; 62a4 (1:62a4) coord hl, 6, 4 .next xor a - ld [$FFE1],a + ld [hStartTileID],a predef_jump CopyUncompressedPicToTilemap |
