You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
use a docstring instead of comments in scan_includes
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
# coding: utf-8
|
||||
|
||||
# Recursively scan an asm file for rgbasm INCLUDEs and INCBINs.
|
||||
# This is used to generate dependencies for each rgbasm object file.
|
||||
"""
|
||||
Recursively scan an asm file for rgbasm INCLUDEs and INCBINs.
|
||||
This is used to generate dependencies for each rgbasm object file.
|
||||
"""
|
||||
|
||||
import sys
|
||||
|
||||
|
Reference in New Issue
Block a user