Skip to content

Commit

Permalink
Remove incorrect sign object consts
Browse files Browse the repository at this point in the history
  • Loading branch information
dannye committed Nov 19, 2023
1 parent 5739aea commit 3adf1e2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion data/maps/objects/MtMoon1F.asm
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
const_export MTMOON1F_ESCAPE_ROPE
const_export MTMOON1F_POTION2
const_export MTMOON1F_TM_WATER_GUN
const_export MTMOON1F_BEWARE_ZUBAT_SIGN

MtMoon1F_Object:
db $3 ; border block
Expand Down
2 changes: 0 additions & 2 deletions data/maps/objects/PokemonFanClub.asm
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
const_export POKEMONFANCLUB_SEEL
const_export POKEMONFANCLUB_CHAIRMAN
const_export POKEMONFANCLUB_RECEPTIONIST
const_export POKEMONFANCLUB_SIGN_1
const_export POKEMONFANCLUB_SIGN_2

PokemonFanClub_Object:
db $d ; border block
Expand Down

0 comments on commit 3adf1e2

Please sign in to comment.