diff options
author | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2013-09-10 18:03:38 -0400 |
---|---|---|
committer | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2013-09-10 18:03:38 -0400 |
commit | e93809a84be39fc2490aa4518981c22adf9037a4 (patch) | |
tree | c830554281386e7c73a0e90da1b5f5a89013939a | |
parent | 778dbb83baa41a31cee71b934eee6d7f080fc86a (diff) |
Add CinnabarGymGateCoords
-rw-r--r-- | main.asm | 18 |
1 files changed, 15 insertions, 3 deletions
@@ -42118,7 +42118,7 @@ Func_1eb0a: ; 1eb0a (7:6b0a) add a ld d, $0 ld e, a - ld hl, Unknown_1eb48 ; $6b48 + ld hl, CinnabarGymGateCoords ; $6b48 add hl, de ld a, [hli] ld b, [hl] @@ -42149,8 +42149,20 @@ Func_1eb0a: ; 1eb0a (7:6b0a) jr nz, .asm_1eb0e ret -Unknown_1eb48: ; 1eb48 (7:6b48) -INCBIN "baserom.gbc",$1eb48,$1eb69 - $1eb48 +CinnabarGymGateCoords: ; 1eb48 (7:6b48) + ; format: x-coord, y-coord, direction, buffer + ; direction: $54 = horizontal gate, $5f = vertical gate + db $09,$03,$54,$00 + db $06,$03,$54,$00 + db $06,$06,$54,$00 + db $03,$08,$5f,$00 + db $02,$06,$54,$00 + db $02,$03,$54,$00 + + call EnableAutoTextBoxDrawing + ld a, $30 + call Func_3ef5 + ret UnnamedText_1eb69: ; 1eb69 (7:6b69) TX_FAR _UnnamedText_1eb69 |