diff options
Diffstat (limited to 'STYLE_GUIDE.md')
-rw-r--r-- | STYLE_GUIDE.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/STYLE_GUIDE.md b/STYLE_GUIDE.md index 4669e29..a81931f 100644 --- a/STYLE_GUIDE.md +++ b/STYLE_GUIDE.md @@ -70,7 +70,6 @@ Another common case is functions that are declared in the home bank for accessib CopyCardNameAndLevel: ; 29f5 (0:29f5) farcall _CopyCardNameAndLevel ret -; 0x29fa ``` ## Data labels @@ -203,7 +202,6 @@ DuelHorizontalSeparatorTileData: ; 5199 (1:5199) db 9, 6, $33, $34, 0 db 9, 7, $35, $36, $37, $37, $37, $37, $37, $37, $37, $37, $37, 0 db $ff -; 0x51c0 ``` |