diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-17 22:31:16 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-17 22:31:16 -0500 |
commit | d644406f61983be78339a0e9f366e8d34c209c6c (patch) | |
tree | feb8188bd644c8642b41d72d7fccfa274696064d /maps | |
parent | fe4ef4e5951e855174cbff3da308b342b0b5bd09 (diff) |
More menu stuff
Diffstat (limited to 'maps')
-rw-r--r-- | maps/CeladonDeptStore6F.asm | 2 | ||||
-rw-r--r-- | maps/GoldenrodDeptStore6F.asm | 2 | ||||
-rw-r--r-- | maps/MahoganyTown.asm | 4 | ||||
-rw-r--r-- | maps/Route39Farmhouse.asm | 4 | ||||
-rw-r--r-- | maps/WarehouseEntrance.asm | 8 |
5 files changed, 10 insertions, 10 deletions
diff --git a/maps/CeladonDeptStore6F.asm b/maps/CeladonDeptStore6F.asm index a65d63c34..d6c2fd97f 100644 --- a/maps/CeladonDeptStore6F.asm +++ b/maps/CeladonDeptStore6F.asm @@ -27,7 +27,7 @@ CeladonVendingMachine: opentext writetext CeladonVendingText .Start - special PlaceMoneyTopRightOW + special PlaceMoneyTopRight loadmenudata .MenuData verticalmenu writebackup diff --git a/maps/GoldenrodDeptStore6F.asm b/maps/GoldenrodDeptStore6F.asm index c50eab46c..34f5ad350 100644 --- a/maps/GoldenrodDeptStore6F.asm +++ b/maps/GoldenrodDeptStore6F.asm @@ -13,7 +13,7 @@ GoldenrodVendingMachine: opentext writetext GoldenrodVendingText .Start - special PlaceMoneyTopRightOW + special PlaceMoneyTopRight loadmenudata .MenuData verticalmenu writebackup diff --git a/maps/MahoganyTown.asm b/maps/MahoganyTown.asm index 1e0a13fff..4eeafd92c 100644 --- a/maps/MahoganyTown.asm +++ b/maps/MahoganyTown.asm @@ -57,7 +57,7 @@ UnknownScript_0x190039: UnknownScript_0x190040: opentext writetext UnknownText_0x1900b0 - special PlaceMoneyTopRightOW + special PlaceMoneyTopRight yesorno iffalse UnknownScript_0x190072 checkmoney $0, 300 @@ -67,7 +67,7 @@ UnknownScript_0x190040: waitsfx playsound SFX_TRANSACTION takemoney $0, 300 - special PlaceMoneyTopRightOW + special PlaceMoneyTopRight writetext UnknownText_0x19014a waitbutton closetext diff --git a/maps/Route39Farmhouse.asm b/maps/Route39Farmhouse.asm index 07efecdf6..ca483c8cc 100644 --- a/maps/Route39Farmhouse.asm +++ b/maps/Route39Farmhouse.asm @@ -24,7 +24,7 @@ UnknownScript_0x9cec5: checkitem MOOMOO_MILK iftrue UnknownScript_0x9cf08 writetext UnknownText_0x9cfe1 - special PlaceMoneyTopRightOW + special PlaceMoneyTopRight yesorno iffalse UnknownScript_0x9cf02 checkmoney $0, 500 @@ -32,7 +32,7 @@ UnknownScript_0x9cec5: giveitem MOOMOO_MILK iffalse UnknownScript_0x9cefc takemoney $0, 500 - special PlaceMoneyTopRightOW + special PlaceMoneyTopRight waitsfx playsound SFX_TRANSACTION writetext UnknownText_0x9d05d diff --git a/maps/WarehouseEntrance.asm b/maps/WarehouseEntrance.asm index 0321c4bdf..78523ae8e 100644 --- a/maps/WarehouseEntrance.asm +++ b/maps/WarehouseEntrance.asm @@ -197,7 +197,7 @@ OlderHaircutBrotherScript: .DoHaircut: checkflag ENGINE_GOLDENROD_UNDERGROUND_GOT_HAIRCUT iftrue .AlreadyGotHaircut - special PlaceMoneyTopRightOW + special PlaceMoneyTopRight writetext UnknownText_0x7c5f9 yesorno iffalse .Refused @@ -233,7 +233,7 @@ OlderHaircutBrotherScript: .then: takemoney $0, 500 - special PlaceMoneyTopRightOW + special PlaceMoneyTopRight writetext UnknownText_0x7c6b8 waitbutton closetext @@ -280,7 +280,7 @@ YoungerHaircutBrotherScript: .DoHaircut: checkflag ENGINE_GOLDENROD_UNDERGROUND_GOT_HAIRCUT iftrue .AlreadyGotHaircut - special PlaceMoneyTopRightOW + special PlaceMoneyTopRight writetext UnknownText_0x7c75c yesorno iffalse .Refused @@ -316,7 +316,7 @@ YoungerHaircutBrotherScript: .then: takemoney $0, 300 - special PlaceMoneyTopRightOW + special PlaceMoneyTopRight writetext UnknownText_0x7c80e waitbutton closetext |