Enemizer migration

This commit is contained in:
aerinon
2022-09-20 16:38:20 -06:00
parent 6b853222f2
commit 5e93e59727
27 changed files with 1133 additions and 5 deletions

13
enemizer/bushes_table.asm Normal file
View File

@@ -0,0 +1,13 @@
sprite_bush_spawn_table:
{
; SPRITE DATA TABLE GENERATED BY ENEMIZER
.overworld
; Skip 0x128(overworld [way overkill]) + 0x128 (dungeons)
skip $128
.dungeons
skip $128
;Old sprite table - Could be changed as well (for the item id 04)
.random_sprites ; if item == 04
db #$00, #$D8, #$E3, #$D8
}