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.33k stars 175 forks source link

The section on Labels has some issues #1009

Closed andressbarajas closed 2 years ago

andressbarajas commented 2 years ago

https://github.com/gbdev/rgbds/blob/828b2adcdfee526ea270b986002c3020765c5a88/man/rgbasm.5#L941

vPlayerTiles should be PlayerTiles.

Also the code section:

https://github.com/gbdev/rgbds/blob/828b2adcdfee526ea270b986002c3020765c5a88/man/rgbasm.5#L947-L949

should be:

SECTION "Player tiles", VRAM
PlayerTiles:
    ds 6 * 16
.end

because its referenced in the last paragraph:

https://github.com/gbdev/rgbds/blob/828b2adcdfee526ea270b986002c3020765c5a88/man/rgbasm.5#L956-L958

ISSOtm commented 2 years ago

rgbds-www's docs are auto-generated from the man pages in this repo, so I moved the issue and edited the OP accordingly. Thanks for the report!