kep-hack/ram
Llinos Evans d0b7d56e5e Zero damage text
In RBY, there are extremely minor situations where zero damage can be dealt. These usually involve quad resists and profound level differences.

To quote the disassembly:
; this only occurs if a move that would do 2 or 3 damage is 0.25x effective against the target
However, Psywave is also capable of this.

Thus, a new case has been added for when this occurs, which is triggered through a new WRAM entry. Easiest way to do it without having to restructure how misses are handled.

This is overall minor, but it'll probably make at least one person laugh, and that's all I need.
2023-06-05 13:37:43 +01:00
..
hram.asm more bug fixes 2022-08-31 15:28:36 +01:00
sram.asm Add a subdirectory for RAM files 2022-06-17 22:54:47 -04:00
vram.asm Add a subdirectory for RAM files 2022-06-17 22:54:47 -04:00
wram.asm Zero damage text 2023-06-05 13:37:43 +01:00