diff options
author | yenatch <yenatch@gmail.com> | 2014-07-18 10:28:07 -0700 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-07-18 10:31:52 -0700 |
commit | 2b1cc7f2708955d2f19141e7c2519d59b4fa0fe1 (patch) | |
tree | 4b6e26e2d9ee3070655292277d2f9b14d2b35eb3 /main.asm | |
parent | 68ee99818a839c8bae5b94be3e35ff9ac1e08cc4 (diff) |
Use WOOPER in Oak speech.
Diffstat (limited to 'main.asm')
-rw-r--r-- | main.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4426,7 +4426,7 @@ OakSpeech: ; 0x5f99 call Function4b6 call ClearTileMap - ld a, $c2 + ld a, WOOPER ld [CurSpecies], a ld [CurPartySpecies], a call GetBaseData |