Cleanup world_map.asm
This commit is contained in:
@@ -396,7 +396,6 @@ HandleMapDrawIcon:
|
||||
AND.b #$10
|
||||
BNE .skip_draw ; Timer to make it flash
|
||||
.noflash ; ALTERNATE ENTRY POINT
|
||||
|
||||
JSR WorldMapIcon_AdjustCoordinate
|
||||
LDA.l $7EC025 : TAX
|
||||
JSR WorldMap_CalculateOAMCoordinates
|
||||
@@ -439,14 +438,9 @@ restore_coords_and_exit:
|
||||
WorldMap_CalculateOAMCoordinates:
|
||||
|
||||
; =========================================================
|
||||
; Gfx Notes
|
||||
|
||||
; 0x0C4000 to 0x0C8000 for the map gfx
|
||||
; patch a new rom with your map data/gfx
|
||||
; create a new bin file out of these bytes
|
||||
; OverworldMap.asm you can copy everything from start to line 214
|
||||
; and 264 to 272 if you want palettes in asm too
|
||||
|
||||
; 0AC727 (pc: 054727) to 0AD726 (pc: 055726) 0x1000 bytes
|
||||
|
||||
; =========================================================
|
||||
@@ -465,7 +459,7 @@ org $00E399
|
||||
; DW OVERWORLD MAP
|
||||
; =========================================================
|
||||
org $008FF3
|
||||
RTS ; do not do anything during the DW update we'll handle it in the LW routine
|
||||
RTS ; do nothing during DW update, we'll handle it in the LW routine
|
||||
|
||||
org $3D8000
|
||||
LWWorldMap_Tiles:
|
||||
@@ -486,7 +480,6 @@ DMAOwMap:
|
||||
JSL Palette_ArmorAndGloves
|
||||
LDA $8A : AND #$40 : BEQ .LWMAP
|
||||
JMP .DWMAP
|
||||
|
||||
.LWMAP
|
||||
|
||||
STZ.w $2115
|
||||
|
||||
Reference in New Issue
Block a user