Phase 5: reconcile data/battle/always_happen_effects.asm

- Create WLA-DX version using .DB syntax (no RGBDS macros)
- Drop list_start and assert_list_length semantics (referenced constants only in RGBDS)
- Follow _reconcile.asm naming convention
- Track file in git for clean working tree
This commit is contained in:
Brandon M. M. Green
2026-07-06 20:38:55 +00:00
parent 9b076a95f6
commit 9dd06d5573

View File

@@ -0,0 +1,13 @@
; Attacks that aren't finished after they faint the opponent
.DB DRAIN_HP_EFFECT
.DB EXPLODE_EFFECT
.DB DREAM_EATER_EFFECT
.DB PAY_DAY_EFFECT
.DB TWO_TO_FIVE_ATTACKS_EFFECT
.DB EFFECT_1E
.DB ATTACK_TWICE_EFFECT
.DB RECOIL_EFFECT
.DB TWINEEDLE_EFFECT
.DB RAGE_EFFECT
.DB -1