summaryrefslogtreecommitdiff
path: root/maps
diff options
context:
space:
mode:
authorentrpntr <entrpntr@gmail.com>2020-05-28 13:22:56 -0400
committerentrpntr <entrpntr@gmail.com>2020-05-28 14:14:29 -0400
commit10d0d5d02babaace5c2af4a2e03bb0a4762c9c38 (patch)
tree800dd879176638c94022b336c61f36115776a277 /maps
parent34deb66c443af8ef7f36e24350d7f0069517ecd3 (diff)
Fill in sprite animation index constants, other minor cleanups.
Diffstat (limited to 'maps')
-rw-r--r--maps/PlayersHouse1F.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/maps/PlayersHouse1F.asm b/maps/PlayersHouse1F.asm
index 52efbaab..e29a9f8a 100644
--- a/maps/PlayersHouse1F.asm
+++ b/maps/PlayersHouse1F.asm
@@ -119,8 +119,8 @@ MomScript:
closetext
end
-TVScript:
- jumptext TVText
+TVMovieScript:
+ jumptext TVMovieText
StoveScript:
jumptext StoveText
@@ -276,7 +276,7 @@ FridgeText:
line "tasty LEMONADE!"
done
-TVText:
+TVMovieText:
text "There's a movie on"
line "TV: Stars dot the"
@@ -301,7 +301,7 @@ PlayersHouse1F_MapEvents:
bg_event 0, 1, BGEVENT_READ, StoveScript
bg_event 1, 1, BGEVENT_READ, SinkScript
bg_event 2, 1, BGEVENT_READ, FridgeScript
- bg_event 4, 1, BGEVENT_READ, TVScript
+ bg_event 4, 1, BGEVENT_READ, TVMovieScript
db 4 ; object events
object_event 7, 3, SPRITE_MOM, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, MomScript, EVENT_PLAYERS_HOUSE_MOM_1