gbdev / rgbds

Rednex Game Boy Development System - An assembly toolchain for the Nintendo Game Boy and Game Boy Color
https://rgbds.gbdev.io
MIT License
1.34k stars 171 forks source link

`Docs` needs to be regenerated #489

Closed IanBurgan closed 4 years ago

IanBurgan commented 4 years ago

The instruction set documentation site found here: https://rednex.github.io/rgbds/gbz80.7.html has an error with the CP and SUB instruction.

This error was fixed by 9c818ef, but the docs folder was never regenerated after the fix.

ISSOtm commented 4 years ago

(The actual resolution commit is 11b7052f9403944fef5fddf1d2815f37a9cf5c3b, that one is a merge commit :p)

The docs folder was not regenerated after that fix because that's only done on releases; the fix would be to have master man pages, but #458 hasn't been replied to (wrt implementation details). Feel free to bump that issue.

IanBurgan commented 4 years ago

Closing as this is contained within #458, Thanks