alexsteb / tetris_disassembly

Disassembly of Tetris (Gameboy)
MIT License
39 stars 12 forks source link

Fix deprecation warnings #3

Open Josef-Friedrich opened 4 months ago

Josef-Friedrich commented 4 months ago

rgbds 0.7.0 outputs many deprecation warnings:

warning: main.asm(1) -> constants.asm(2): [-Wobsolete]
        `SP_INIT EQU` is deprecated; use `DEF SP_INIT EQU`

This commit removes also all trailing whitespaces