diff options
Diffstat (limited to 'maps/BillsHouse.asm')
-rw-r--r-- | maps/BillsHouse.asm | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/maps/BillsHouse.asm b/maps/BillsHouse.asm index b2151f512..862cde5ff 100644 --- a/maps/BillsHouse.asm +++ b/maps/BillsHouse.asm @@ -1,3 +1,6 @@ +const_value set 2 + const BILLSHOUSE_GRAMPS + BillsHouse_MapScriptHeader: .MapTriggers: db 0 @@ -121,7 +124,7 @@ UnknownScript_0x18963b: iffalse UnknownScript_0x1896cc setevent EVENT_GOT_EVERSTONE_FROM_BILLS_GRANDPA setevent EVENT_GAVE_KURT_APRICORNS - loadmovesprites + closetext end UnknownScript_0x189652: @@ -132,7 +135,7 @@ UnknownScript_0x189652: iffalse UnknownScript_0x1896cc setevent EVENT_GOT_LEAF_STONE_FROM_BILLS_GRANDPA setevent EVENT_GAVE_KURT_APRICORNS - loadmovesprites + closetext end UnknownScript_0x189669: @@ -143,7 +146,7 @@ UnknownScript_0x189669: iffalse UnknownScript_0x1896cc setevent EVENT_GOT_WATER_STONE_FROM_BILLS_GRANDPA setevent EVENT_GAVE_KURT_APRICORNS - loadmovesprites + closetext end UnknownScript_0x189680: @@ -154,7 +157,7 @@ UnknownScript_0x189680: iffalse UnknownScript_0x1896cc setevent EVENT_GOT_FIRE_STONE_FROM_BILLS_GRANDPA setevent EVENT_GAVE_KURT_APRICORNS - loadmovesprites + closetext end UnknownScript_0x189697: @@ -162,7 +165,7 @@ UnknownScript_0x189697: verbosegiveitem THUNDERSTONE iffalse UnknownScript_0x1896cc setevent EVENT_GOT_THUNDERSTONE_FROM_BILLS_GRANDPA - loadmovesprites + closetext end UnknownScript_0x1896a5: @@ -172,8 +175,8 @@ UnknownScript_0x1896a5: UnknownScript_0x1896aa: writetext UnknownText_0x189784 + waitbutton closetext - loadmovesprites end UnknownScript_0x1896b0: @@ -188,24 +191,24 @@ UnknownScript_0x1896b5: UnknownScript_0x1896ba: writetext UnknownText_0x18980e + waitbutton closetext - loadmovesprites end UnknownScript_0x1896c0: writetext UnknownText_0x18982a + waitbutton closetext - loadmovesprites end UnknownScript_0x1896c6: writetext UnknownText_0x189891 + waitbutton closetext - loadmovesprites end UnknownScript_0x1896cc: - loadmovesprites + closetext end UnknownText_0x1896ce: |