Herringway / earthbound

attempt at decompiling+porting earthbound
29 stars 7 forks source link

Fix Buzz Buzz beam #132

Closed charasyn closed 1 year ago

charasyn commented 1 year ago

There were two issues here:

  1. Window 2 (WH2/3) was being enabled due to actually using its mirrored value (unused) instead of disabling it from the NMI handler
  2. Due to an inverted condition check, colour math was subtracting instead of adding, hence the blue colour instead of yellow

Fixes #128