diff options
author | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-05-28 15:30:06 -0400 |
---|---|---|
committer | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-05-28 15:30:06 -0400 |
commit | 89be95cdeda1bf2b4eccc2164d835236bd89bba1 (patch) | |
tree | 6f228f7014e134ca3d40b8751fc4f54fdb8f440c /scripts/ceruleancity.asm | |
parent | 619a4ea8a1e6f087d9ae00a3f209b3ef648b2e50 (diff) |
TM_28 in Cerulean script
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 |