Skip to content

Commit

Permalink
Fix inconsistent B1F object consts
Browse files Browse the repository at this point in the history
  • Loading branch information
dannye committed Nov 19, 2023
1 parent 7d2dde5 commit 12a2f7a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions data/maps/hide_show_data.asm
Original file line number Diff line number Diff line change
Expand Up @@ -538,9 +538,9 @@ CeruleanCave2FHS:
db CERULEAN_CAVE_2F, CERULEANCAVE2F_ULTRA_BALL, SHOW
db CERULEAN_CAVE_2F, CERULEANCAVE2F_FULL_RESTORE, SHOW
CeruleanCaveB1FHS:
db CERULEAN_CAVE_B1F, CERULEANCAVE_B1F_MEWTWO, SHOW
db CERULEAN_CAVE_B1F, CERULEANCAVE_B1F_ULTRA_BALL, SHOW
db CERULEAN_CAVE_B1F, CERULEANCAVE_B1F_MAX_REVIVE, SHOW
db CERULEAN_CAVE_B1F, CERULEANCAVEB1F_MEWTWO, SHOW
db CERULEAN_CAVE_B1F, CERULEANCAVEB1F_ULTRA_BALL, SHOW
db CERULEAN_CAVE_B1F, CERULEANCAVEB1F_MAX_REVIVE, SHOW
VictoryRoad1FHS:
db VICTORY_ROAD_1F, VICTORYROAD1F_TM_SKY_ATTACK, SHOW
db VICTORY_ROAD_1F, VICTORYROAD1F_RARE_CANDY, SHOW
Expand Down
6 changes: 3 additions & 3 deletions data/maps/objects/CeruleanCaveB1F.asm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
object_const_def
const_export CERULEANCAVE_B1F_MEWTWO
const_export CERULEANCAVE_B1F_ULTRA_BALL
const_export CERULEANCAVE_B1F_MAX_REVIVE
const_export CERULEANCAVEB1F_MEWTWO
const_export CERULEANCAVEB1F_ULTRA_BALL
const_export CERULEANCAVEB1F_MAX_REVIVE

CeruleanCaveB1F_Object:
db $7d ; border block
Expand Down

0 comments on commit 12a2f7a

Please sign in to comment.