mirror of https://github.com/pret/pokeemerald.git
Remove asm/use_pokeblock.s
This commit is contained in:
parent
4fd2b0b484
commit
d3ff307f9f
|
@ -1,8 +0,0 @@
|
||||||
.include "asm/macros.inc"
|
|
||||||
.include "constants/constants.inc"
|
|
||||||
|
|
||||||
.syntax unified
|
|
||||||
|
|
||||||
.text
|
|
||||||
|
|
||||||
.align 2, 0 @ Don't pad with nop.
|
|
|
@ -230,7 +230,6 @@ SECTIONS {
|
||||||
src/roamer.o(.text);
|
src/roamer.o(.text);
|
||||||
src/battle_tower.o(.text);
|
src/battle_tower.o(.text);
|
||||||
src/use_pokeblock.o(.text);
|
src/use_pokeblock.o(.text);
|
||||||
asm/use_pokeblock.o(.text);
|
|
||||||
src/battle_controller_wally.o(.text);
|
src/battle_controller_wally.o(.text);
|
||||||
src/player_pc.o(.text);
|
src/player_pc.o(.text);
|
||||||
src/intro.o(.text);
|
src/intro.o(.text);
|
||||||
|
|
Loading…
Reference in New Issue