Update to RGBDS 1.0 syntax and features
- Lenguaje dominante
- Assembly
- Estrellas
- 179
- Forks
- 64
- Merge medio
- 7 d 22 h
- PR fusionados (30 d)
- 1
Descripción
The tutorial has been written gradually over years by different authors, and in that time, RGBDS syntax has been through pretty many changes. Now that it's reached v1.0.0 the syntax is stable enough that I think it would be worth going through the code in the tutorial and ensuring that it's valid and idiomatic for the latest RGBDS.
(For example, [the Galactic Armada Makefile](https://github.com/gbdev/gb-asm-tutorial/blob/master/galactic-armada/Makefile) has `$(GFX) -c "#FFFFFF,#cfcfcf,#686868,#000000;"`, which would now idiomatically be `$(GFX) -c dmg`, and which could be enabling `-Weverything` warning diagnostics. The code itself might all still be simple enough -- no fancy macros or metaprogramming -- that nothing would need change, but the CLI usage at least could be improved.)
See also #125
Guía de contribución
Línea de trabajo
Revisa el código del tutorial y el Makefile de Galactic Armada conforme a la sintaxis y las convenciones de CLI de RGBDS 1.0, empezando por el ejemplo de Makefile descrito en el issue. Usa el issue #125 como contexto relacionado y, a continuación, verifica que el tutorial siga siendo válido e idiomático y que sus comandos ya no dependan de un uso obsoleto.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Área
- build-system, documentation
- Tipo de issue
- Documentación
- Dificultad
- 4/5
- Tiempo estimado
- 3-5 días
- Estado de actividad
- Estancado
- Claridad
- Bastante claro
- Aptitud para principiantes
- 42/100