diff options
| author | IIMarckus <iimarckus@gmail.com> | 2016-04-06 20:58:45 -0600 |
|---|---|---|
| committer | IIMarckus <iimarckus@gmail.com> | 2016-04-06 20:58:45 -0600 |
| commit | 72790bcbacc7405fe8d94d57c98adc45e0812705 (patch) | |
| tree | 0f6adc96f008da98f6da41bff09635769f9d718a /scripts/unknowndungeon2.asm | |
| parent | Clean up more Yellow ifdefs. (diff) | |
| download | pokeyellow-72790bcbacc7405fe8d94d57c98adc45e0812705.tar.gz pokeyellow-72790bcbacc7405fe8d94d57c98adc45e0812705.tar.xz pokeyellow-72790bcbacc7405fe8d94d57c98adc45e0812705.zip | |
Clean up labels and trainer headers for overworld Pokémon.
Diffstat (limited to 'scripts/unknowndungeon2.asm')
| -rwxr-xr-x | scripts/unknowndungeon2.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/unknowndungeon2.asm b/scripts/unknowndungeon2.asm index f3cbb6a5..3ed00a45 100755 --- a/scripts/unknowndungeon2.asm +++ b/scripts/unknowndungeon2.asm @@ -1,7 +1,7 @@ -UnknownDungeon2Script: ; 45e0b (11:5e0b) +UnknownDungeon2Script: jp EnableAutoTextBoxDrawing -UnknownDungeon2TextPointers: ; 45e0e (11:5e0e) +UnknownDungeon2TextPointers: dw PickUpItemText dw PickUpItemText dw PickUpItemText |
