diff options
| author | PikalaxALT <PikalaxALT@gmail.com> | 2016-01-27 12:25:12 -0500 |
|---|---|---|
| committer | PikalaxALT <PikalaxALT@gmail.com> | 2016-01-27 12:25:12 -0500 |
| commit | b272c0c3754012f83129c23c2c546013cd1e80ef (patch) | |
| tree | 6d9911898f8d6947ef59f71d08a78276cab6a631 /maps | |
| parent | d02c9e39dd5138aa2d5e11178fcef7e2a58d4230 (diff) | |
Fix marts using hard-coded bank number
Diffstat (limited to 'maps')
| -rw-r--r-- | maps/KrissHouse1F.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maps/KrissHouse1F.asm b/maps/KrissHouse1F.asm index 4538bf41b..5a8500989 100644 --- a/maps/KrissHouse1F.asm +++ b/maps/KrissHouse1F.asm @@ -44,7 +44,7 @@ UnknownScript_0x7a4f6: scall UnknownScript_0x7a57e setflag ENGINE_POKEGEAR setflag ENGINE_PHONE_CARD - addcellnum $1 + addcellnum PHONE_MOM dotrigger $1 setevent EVENT_KRISS_HOUSE_MOM_1 clearevent EVENT_KRISS_HOUSE_MOM_2 |
