gxsubmod_lxrej.s 726 Bytes
/*---------------------------------------------------------------------*
	Copyright (C) 1998, Nintendo.
	
	File		gxsubmod_lxrej.s
	Coded    by	Yoshitaka Yasumoto.	Feb 24, 1998.
	
	$Id: gxsubmod_lxrej.s,v 1.1.1.1 2002/05/02 03:29:11 blythe Exp $
 *---------------------------------------------------------------------*/

#ifndef	OVERLAY
CODE_TOP_F3DLX2_Rej:	.symbol	CODE_OFS_F3DLX2_Rej, @codecount
# ifdef	ALPHA_LIGHTING
#  include		"gxlight_flxrej.s"
# else
#  include		"gxlight_lxrej.s"
# endif
# include		"gxvtx_lxrej.s"
# include		"gxsetup_lxrej.s"
# include		"gximm_lxrej.s"
			.align	8
CODE_BTM_F3DLX2_Rej:	.symbol	CODE_SIZ_F3DLX2_Rej, @codecount-CODE_OFS_F3DLX2_Rej
#endif

/*======== End of gxsubmod_lxrej.s ========*/