pret / pokeyellow

Disassembly of Pokemon Yellow
716 stars 266 forks source link

Make wCurrentBoxNum a byte isntead of word #108

Closed LinusU closed 1 year ago

LinusU commented 1 year ago

As far as I can tell, it's only ever accessed as a byte, and the byte after it is simply unused...

(make still produces identical ROMs)

Rangi42 commented 1 year ago

Thanks! Can you please apply this to pokered instead? Some time after it's merged there, pokered's updates will get merged into pokeyellow too.

LinusU commented 1 year ago

Yes 👍

https://github.com/pret/pokered/pull/414