EDIT: Sorry I forgot to answer the question ops: No. I don't think so.
Heres why!

Code:
[C] Have 1000 HP in arcade battles
021c0608 000003e8

[A] Have 1000 HP
121c0648 000003e8
The first half-line of code (for these types of code) is an address. The second half-line is the value (3e8 is hex for 1000).

You'll notice that these 2 codes are stored at totally different addresses. This would suggest enemy health is also stored in a totally different address in 'arcade battles' (whatever they are). Therefore I don't think it is possible to get base any relationship between the non-arcade style battles and the arcade style battles in terms of the address.

However If you can find out the address at which enemy health is stored at. You can easily set it to 0

What game is this for btw?

Also off-topic. I'm not a moderator so I don't really care but if its a separate topic don't post it in the same thread.

AH(2)