diff options
author | yenatch <yenatch@gmail.com> | 2014-06-06 16:03:47 -0700 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-06-06 16:03:47 -0700 |
commit | 35493bef27ba0425860a0f419c64371b824b6981 (patch) | |
tree | b57de4968c66fc768f404e3dd03849b1fd64eace /scripts/ceruleancity.asm | |
parent | 80f7845a0771c1666288f22dba2c3c8e6a308f26 (diff) | |
parent | 32de1b269468f48d073a8e6d52843877baff0ba4 (diff) |
Merge remote-tracking branch 'danny/master'
Diffstat (limited to 'scripts/ceruleancity.asm')
-rwxr-xr-x | scripts/ceruleancity.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ceruleancity.asm b/scripts/ceruleancity.asm index 0ebd70a1..c2ecf26c 100755 --- a/scripts/ceruleancity.asm +++ b/scripts/ceruleancity.asm @@ -291,7 +291,7 @@ CeruleanCityText2: ; 1967c (6:567c) .asm_4ca20 ; 0x196ad ld hl, CeruleanCityText_196f3 call PrintText - ld bc, $e401 + ld bc, (TM_28 << 8) + 1 call GiveItem jr c, .Success ld hl, TM28NoRoomText |