diff options
| author | jd-0 <44876081+jd-0@users.noreply.github.com> | 2020-09-20 12:07:01 -0700 |
|---|---|---|
| committer | jd-0 <44876081+jd-0@users.noreply.github.com> | 2020-09-20 12:07:01 -0700 |
| commit | 8900eb7ad06931b78dcb91e0c2e7db583090aa06 (patch) | |
| tree | a08cd946f4b421f2d25e246df3d6d3375dc5ea05 /maps/placeholder/FontoLab.asm | |
| parent | e789ee48b65e8cc08104ef06de4b08c9ef9d117d (diff) | |
Remove address comments
Regex patterns used:
; [0-9a-f]{1,5} \([0-9a-f]{1,2}:[0-9a-f]{1,4}\)
; [0-9a-f]{1,2}:[0-9a-f]{4}
; [0-9a-f]{4,5}
;[0-9a-f]{4,5}
;[0-9a-f]{1,2}:[0-9a-f]{1,4}
Diffstat (limited to 'maps/placeholder/FontoLab.asm')
| -rw-r--r-- | maps/placeholder/FontoLab.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/placeholder/FontoLab.asm b/maps/placeholder/FontoLab.asm index 61d9614..1ed547a 100644 --- a/maps/placeholder/FontoLab.asm +++ b/maps/placeholder/FontoLab.asm @@ -2,10 +2,10 @@ INCLUDE "constants.asm" SECTION "maps/placeholder/FontoLab.asm", ROMX -FontoLabScriptLoader:: ; 9c908 (27:4908) +FontoLabScriptLoader:: ret -FontoLabTextPointers:: ; 9c909 (27:4909) +FontoLabTextPointers:: dw MapDefaultText dw MapDefaultText dw MapDefaultText |
