27 lines
		
	
	
		
			893 B
		
	
	
	
		
			Python
		
	
	
	
	
	
		
		
			
		
	
	
			27 lines
		
	
	
		
			893 B
		
	
	
	
		
			Python
		
	
	
	
	
	
|   | from .beachSword import BeachSword | ||
|  | from .chest import Chest, DungeonChest | ||
|  | from .droppedKey import DroppedKey | ||
|  | from .seashell import Seashell, SeashellMansion | ||
|  | from .heartContainer import HeartContainer | ||
|  | from .owlStatue import OwlStatue | ||
|  | from .madBatter import MadBatter | ||
|  | from .shop import ShopItem | ||
|  | from .startItem import StartItem | ||
|  | from .toadstool import Toadstool | ||
|  | from .witch import Witch | ||
|  | from .goldLeaf import GoldLeaf, SlimeKey | ||
|  | from .boomerangGuy import BoomerangGuy | ||
|  | from .anglerKey import AnglerKey | ||
|  | from .hookshot import HookshotDrop | ||
|  | from .faceKey import FaceKey | ||
|  | from .birdKey import BirdKey | ||
|  | from .heartPiece import HeartPiece | ||
|  | from .tunicFairy import TunicFairy | ||
|  | from .song import Song | ||
|  | from .instrument import Instrument | ||
|  | from .fishingMinigame import FishingMinigame | ||
|  | from .keyLocation import KeyLocation | ||
|  | from .tradeSequence import TradeSequenceItem | ||
|  | 
 | ||
|  | from .items import * |