Cleanup collision tables expanded file organization
This commit is contained in:
@@ -4,6 +4,11 @@
|
||||
; By Jeimuzu & Zarby
|
||||
; -----------------------------------------------------------------------------------
|
||||
|
||||
org $0E942A
|
||||
JSL Dungeon_LoadCustomTileAttr
|
||||
RTL
|
||||
|
||||
org $338000
|
||||
|
||||
; *$7142A-$71458 LONG
|
||||
Dungeon_LoadCustomTileAttr:
|
||||
@@ -138,6 +143,7 @@ group03:
|
||||
db $02, $02, $02, $01, $02, $02, $08, $08, $08, $08, $09, $09, $09, $09, $09, $09 ; Animated Tiles
|
||||
|
||||
|
||||
; Goron Mines
|
||||
group04:
|
||||
|
||||
; 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
; -----------------------------------------------------------------------------------
|
||||
; HOOK FOR INDOOR EXPANDED COLLISION TABLES
|
||||
;
|
||||
; By Jeimuzu & Zarby
|
||||
; -----------------------------------------------------------------------------------
|
||||
|
||||
|
||||
org $0E942A
|
||||
JSL Dungeon_LoadCustomTileAttr
|
||||
RTL
|
||||
@@ -1,5 +0,0 @@
|
||||
incsrc CollisionTablesExpanded_Hook.asm
|
||||
|
||||
org $338000
|
||||
|
||||
incsrc CollisionTablesExpanded.asm
|
||||
@@ -1,6 +1,6 @@
|
||||
; Dungeon Object Handler
|
||||
|
||||
incsrc Collision/main.asm
|
||||
incsrc Collision/CollisionTablesExpanded.asm
|
||||
|
||||
org $018262 ;object id 0x31
|
||||
dw ExpandedObject
|
||||
@@ -127,7 +127,7 @@ NewObjectsCode:
|
||||
CustomDrawConfig:
|
||||
{
|
||||
PHA
|
||||
LDA $03 : CMP.w #$000E : BEQ .custom_config
|
||||
LDA $03 : AND #$00FF : CMP.w #$000E : BEQ .custom_config
|
||||
|
||||
TYA : LSR : AND #$00FF
|
||||
|
||||
|
||||
Reference in New Issue
Block a user