Skip to content

Commit

Permalink
CANCEL -> SLUITEN
Browse files Browse the repository at this point in the history
Finish elevator screen
  • Loading branch information
wfowler1 committed Dec 28, 2024
1 parent 9bb6594 commit 9fd70a5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions engine/events/elevator.asm
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ Elevator_GetCurrentFloorText:
ret

Elevator_CurrentFloorText:
db "Now on:@"
db "Nu op:@" ; "Now on:@"

Elevator_GetCurrentFloorString:
push hl
Expand All @@ -177,7 +177,7 @@ Elevator_GetCurrentFloorString:

Elevator_MenuHeader:
db MENU_BACKUP_TILES ; flags
menu_coords 12, 1, 18, 9
menu_coords 11, 1, 18, 9
dw Elevator_MenuData
db 1 ; default option

Expand Down
4 changes: 2 additions & 2 deletions maps/CeladonGameCornerPrizeRoom.asm
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ CeladonPrizeRoom_TMMenuHeader:
db "TM32 {d:CELADONGAMECORNERPRIZEROOM_TM32_COINS}@"
db "TM29 {d:CELADONGAMECORNERPRIZEROOM_TM29_COINS}@"
db "TM15 {d:CELADONGAMECORNERPRIZEROOM_TM15_COINS}@"
db "CANCEL@"
db "SLUITEN@" ; "CANCEL@"

CeladonGameCornerPrizeRoomPokemonVendor:
faceplayer
Expand Down Expand Up @@ -205,7 +205,7 @@ CeladonGameCornerPrizeRoomPokemonVendor:
db "PIKACHU {d:CELADONGAMECORNERPRIZEROOM_PIKACHU_COINS}@"
db "PORYGON {d:CELADONGAMECORNERPRIZEROOM_PORYGON_COINS}@"
db "LARVITAR {d:CELADONGAMECORNERPRIZEROOM_LARVITAR_COINS}@"
db "CANCEL@"
db "SLUITEN@" ; "CANCEL@"

CeladonGameCornerPrizeRoomGentlemanText:
text "Ik wilde PORYGON," ; "I wanted PORYGON,"
Expand Down
4 changes: 2 additions & 2 deletions maps/GoldenrodGameCorner.asm
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ GoldenrodGameCornerTMVendorMenuHeader:
db "TM25 5500@"
db "TM14 5500@"
db "TM38 5500@"
db "CANCEL@"
db "SLUITEN@" ; "CANCEL@"

GoldenrodGameCornerPrizeMonVendorScript:
faceplayer
Expand Down Expand Up @@ -241,7 +241,7 @@ GoldenrodGameCornerPrizeMonVendorScript:
db "ABRA 100@"
db "CUBONE 800@"
db "WOBBUFFET 1500@"
db "CANCEL@"
db "SLUITEN@" ; "CANCEL@"

GoldenrodGameCornerPharmacistScript:
faceplayer
Expand Down

0 comments on commit 9fd70a5

Please sign in to comment.