kep-hack/engine
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
..
battle Zero damage text 2023-06-05 13:37:43 +01:00
debug Zero damage text 2023-06-05 13:37:43 +01:00
events Functional Hyper Training! 2023-05-11 20:32:46 +01:00
gfx A few updates 2023-05-19 16:17:44 +01:00
items Bug fix, ball miss text enhancements 2023-06-04 10:52:00 +01:00
link Merge branch 'master' of https://github.com/pret/pokered 2022-12-28 17:38:38 -06:00
math Identify some .asm_* labels 2022-07-10 21:11:03 -04:00
menus Mystery Box functionality 2023-05-31 05:03:22 +01:00
movie Boy/Girl option 2023-05-13 00:08:39 +01:00
overworld minor things for testing celeste hill 2023-06-04 11:50:43 +01:00
pokemon (mostly) fix the tradeback tutor 2023-05-01 19:39:30 +01:00
slots A few small improvements 2023-04-29 18:10:11 +01:00
battletentdata.asm remove jack from the tent 2023-05-15 09:45:45 +01:00
flag_action.asm split code out of main.asm 2016-12-31 17:23:54 -08:00
joypad.asm Specify the ldh instruction, don't turn ld into ldh 2020-07-06 19:03:05 -04:00
play_time.asm Identify some .asm_* labels 2022-07-10 21:11:03 -04:00
predefs.asm More WRAM label cleanup (still needs UNIONs and renaming) 2021-05-31 16:25:16 -04:00